Comparing version 1.7.1 to 1.8.0
{ | ||
"name": "jssm", | ||
"version": "1.7.1", | ||
"version": "1.8.0", | ||
"engines": { | ||
@@ -26,6 +26,8 @@ "node": ">=6.0.0" | ||
"audit": "echo \\\"major\\\" remaining. . : `grep major src/js/jssm*.js | wc -l`\\\\n\\\"wasteful\\\" remaining : `grep wasteful src/js/jssm*.js | wc -l`\\\\n\\\"any\\\" remaining. . . : `grep any src/js/jssm*.js | wc -l`\\\\n\\\"mixed\\\" remaining. . : `grep mixed src/js/jssm*.js | wc -l`\\\\n\\\"todo\\\" remaining . . : `grep todo src/js/jssm*.js | wc -l`\\\\n\\\"nextdo\\\" remaining . : `grep nextdo src/js/jssm*.js | wc -l`\\\\n\\\"whargarbl\\\" remaining: `grep whargarbl src/js/jssm*.js | wc -l`\\\\n\\\"comeback\\\" remaining : `grep comeback src/js/jssm*.js | wc -l`\\\\n\\\"fixme\\\" remaining. . : `grep fixme src/js/jssm*.js | wc -l`\\\\n\\\"stochable\\\" remaining: `grep stochable src/js/jssm*.js | wc -l`\\\\n\\\"checkme\\\" remaining. : `grep checkme src/js/jssm*.js | wc -l`", | ||
"build": "npm run make && npm run vet && npm run test-verbose && npm run audit", | ||
"build": "npm run make && npm run vet && npm run test-verbose && npm run audit && npm run minify && npm run dist", | ||
"nyc-build": "npm run vet && npm run make && npm run test-verbose && npm run audit && npm run nyc-test", | ||
"postinstall": "npm run build", | ||
"prepublish": "npm run build", | ||
"minify": "uglifyjs ./build/jssm.es5.cjs.js -o ./build/jssm.es5.cjs.min.js --compress", | ||
"dist": "cp build/jssm.es5.cjs.* dist/", | ||
"travis": "rm -f src/js/jssm-dot.js && npm run nyc-test && npm run coverage" | ||
@@ -90,4 +92,5 @@ }, | ||
"rimraf": "^2.6.1", | ||
"uglify-js": "^3.0.12", | ||
"viz.js": "^1.7.1" | ||
} | ||
} |
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
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
Dynamic require
Supply chain riskDynamic require can indicate the package is performing dangerous or unsafe dynamic code execution.
Found 1 instance in 1 package
Minified code
QualityThis package contains minified code. This may be harmless in some cases where minified code is included in packaged libraries, however packages on npm should not minify code.
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
209075
25
2281
19
1
5
1