Socket
Socket
Sign inDemoInstall

rollup-plugin-terser

Package Overview
Dependencies
25
Maintainers
1
Versions
25
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 6.0.0 to 6.0.1

2

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

@@ -5,0 +5,0 @@ "main": "rollup-plugin-terser.js",

@@ -31,3 +31,5 @@ const { codeFrameColumns } = require("@babel/code-frame");

const defaultOptions = {
sourceMap: outputOptions.sourcemap,
sourceMap:
outputOptions.sourcemap === true ||
typeof outputOptions.sourcemap === "string",
};

@@ -34,0 +36,0 @@ if (outputOptions.format === "es" || outputOptions.format === "esm") {

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