Comparing version 1.0.9 to 1.0.10
@@ -14,3 +14,3 @@ "use strict" | ||
var codeStr = "var X=" + func | ||
var minified = uglify.minify(codeStr, {fromString: true}).code | ||
var minified = uglify.minify(codeStr, {fromString: true, compress: { unused: "keep_assign" }}).code | ||
var code = minified.substr(6, minified.length-7) | ||
@@ -48,2 +48,2 @@ return parse(code) | ||
return sm | ||
} | ||
} |
{ | ||
"name": "cwise", | ||
"version": "1.0.9", | ||
"version": "1.0.10", | ||
"description": "Component-wise operations on ndarrays", | ||
@@ -5,0 +5,0 @@ "main": "cwise.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
New author
Supply chain riskA new npm collaborator published a version of the package for the first time. New collaborators are usually benign additions to a project, but do indicate a change to the security surface area of a package.
Found 1 instance in 1 package
12785
83
0