Comparing version 3.0.3 to 3.0.4
@@ -44,3 +44,4 @@ var minimatch = require('minimatch').Minimatch | ||
var matched = buffer.match( | ||
/\/\/[#@] ?sourceMappingURL=data:application\/json;base64,([a-zA-Z0-9+\/]+)={0,2}\n?$/ | ||
// match an inlined sourcemap with or without a charset definition | ||
/\/\/[#@] ?sourceMappingURL=data:application\/json(?:;charset=utf-8)?;base64,([a-zA-Z0-9+\/]+)={0,2}\n?$/ | ||
) | ||
@@ -47,0 +48,0 @@ |
{ | ||
"name": "uglifyify", | ||
"version": "3.0.3", | ||
"version": "3.0.4", | ||
"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
14462
240