Comparing version 4.0.0 to 4.0.1
@@ -71,3 +71,3 @@ var minimatch = require('minimatch').Minimatch | ||
new Buffer(matched[1], 'base64').toString() | ||
).sourceMap | ||
).sourcemap | ||
} | ||
@@ -87,3 +87,3 @@ | ||
map.setProperty('sourcesContent', matched | ||
? opts.inSourceMap.sourcesContent | ||
? opts.sourceMap.sourcesContent | ||
: [buffer] | ||
@@ -90,0 +90,0 @@ ) |
{ | ||
"name": "uglifyify", | ||
"version": "4.0.0", | ||
"version": "4.0.1", | ||
"description": "A browserify transform which minifies your code using UglifyJS2", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
14512