Socket
Socket
Sign inDemoInstall

rollup-plugin-terser

Package Overview
Dependencies
Maintainers
1
Versions
25
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

rollup-plugin-terser - npm Package Compare versions

Comparing version 5.1.2 to 5.1.3

4

package.json
{
"name": "rollup-plugin-terser",
"version": "5.1.2",
"version": "5.1.3",
"description": "Rollup plugin to minify generated es bundle",

@@ -37,3 +37,3 @@ "main": "index.js",

"rollup-pluginutils": "^2.8.1",
"serialize-javascript": "^1.7.0",
"serialize-javascript": "^2.1.2",
"terser": "^4.1.0"

@@ -40,0 +40,0 @@ },

@@ -31,3 +31,3 @@ # rollup-plugin-terser [![Travis Build Status][travis-img]][travis]

1. Module is a namespace. Default export often leads to function/component per file dogma and makes code less maintainable.
2. Interop with commonjs is broken in many cases. A ways to fight them are known.
2. Interop with commonjs is broken in many cases or hard to maintain.
3. Show me any good language with default exports. It's historical javascriptism.

@@ -34,0 +34,0 @@

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc