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 5.0.1 to 5.0.2

6

index.js

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

, ujs = require('terser')
, extend = require('extend')
, xtend = require('xtend')

@@ -12,3 +12,3 @@ module.exports = uglifyify

function uglifyify(file, opts) {
opts = opts || {}
opts = xtend(opts || {})

@@ -47,3 +47,3 @@ var debug = opts._flags && opts._flags.debug

debug = opts.sourceMap !== false && debug
opts = extend({}, {
opts = xtend({
compress: true,

@@ -50,0 +50,0 @@ mangle: true,

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

@@ -8,6 +8,6 @@ "main": "index.js",

"convert-source-map": "~1.1.0",
"extend": "^1.2.1",
"minimatch": "^3.0.2",
"terser": "^3.7.5",
"through": "~2.3.4"
"through": "~2.3.4",
"xtend": "^4.0.1"
},

@@ -14,0 +14,0 @@ "devDependencies": {

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