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

uglifyify

Package Overview
Dependencies
Maintainers
3
Versions
31
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

uglifyify - npm Package Compare versions

Comparing version 4.0.3 to 4.0.4

2

index.js

@@ -81,3 +81,3 @@ var minimatch = require('minimatch').Minimatch

// we should catcch the min error if it comes back and end the stream
if (min.error) return this.emit('error', min.error.message)
if (min.error) return this.emit('error', min.error)

@@ -84,0 +84,0 @@ // Uglify leaves a source map comment pointing back to "out.js.map",

{
"name": "uglifyify",
"version": "4.0.3",
"version": "4.0.4",
"description": "A browserify transform which minifies your code using UglifyJS2",

@@ -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