Socket
Socket
Sign inDemoInstall

rollup-plugin-terser

Package Overview
Dependencies
31
Maintainers
1
Versions
25
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 2.0.1 to 2.0.2

4

index.js

@@ -8,4 +8,6 @@ const { codeFrameColumns } = require("@babel/code-frame");

}
const options = Object.assign({}, userOptions, {
sourceMap: userOptions.sourcemap !== false
sourceMap: userOptions.sourcemap !== false,
sourcemap: undefined
});

@@ -12,0 +14,0 @@

{
"name": "rollup-plugin-terser",
"version": "2.0.1",
"version": "2.0.2",
"description": "Rollup plugin to minify generated es bundle",

@@ -5,0 +5,0 @@ "main": "index.js",

SocketSocket SOC 2 Logo

Product

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

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc