Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

rollup-plugin-uglify

Package Overview
Dependencies
Maintainers
1
Versions
18
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

rollup-plugin-uglify - npm Package Compare versions

Comparing version 5.0.1 to 5.0.2

3

index.js

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

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

@@ -13,0 +14,0 @@

{
"name": "rollup-plugin-uglify",
"version": "5.0.1",
"version": "5.0.2",
"description": "Rollup plugin to minify generated bundle",

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

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