Socket
Socket
Sign inDemoInstall

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.5 to 5.0.0

.npmignore

6

index.js

@@ -13,8 +13,4 @@ var minimatch = require('minimatch').Minimatch

var debug = '_flags' in opts
? opts._flags.debug
: true
var debug = opts._flags && opts._flags.debug
delete opts._flags
if (ignore(file, opts.ignore)) {

@@ -21,0 +17,0 @@ return through()

@@ -0,0 +0,0 @@ This software is released under the MIT license:

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

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

@@ -0,0 +0,0 @@ # uglifyify

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