asciidoctor.js
Advanced tools
Comparing version 1.5.3-rc.1 to 1.5.3-rc.2
{ | ||
"name": "asciidoctor.js", | ||
"version": "1.5.3-rc.1", | ||
"version": "1.5.3-rc.2", | ||
"description": "A JavaScript AsciiDoc processor, cross-compiled from the Ruby-based AsciiDoc implementation, Asciidoctor, using Opal", | ||
@@ -21,3 +21,7 @@ "main": "dist/npm/asciidoctor-core.min.js", | ||
"scripts": { | ||
"test": "echo \"Error: no test specified\" && exit 1" | ||
"test": "node npm/test/jasmine-bower.js && node npm/test/jasmine-bower-min.js && node npm/test/jasmine-npm.js", | ||
"dist": "node npm/dist.js && npm run test", | ||
"package": "MINIFY=1 node npm/dist.js && MINIFY=1 npm run test", | ||
"examples": "node npm/examples.js", | ||
"release": "MINIFY=1 node npm/release.js" | ||
}, | ||
@@ -51,16 +55,6 @@ "repository": { | ||
"bower": "^1.5.3", | ||
"grunt": "^0.4.5", | ||
"grunt-cli": "^0.1.13", | ||
"grunt-contrib-clean": "^0.6.0", | ||
"grunt-contrib-compress": "^0.13.0", | ||
"grunt-contrib-concat": "^0.5.1", | ||
"grunt-contrib-copy": "^0.8.1", | ||
"grunt-contrib-jasmine": "^0.9.2", | ||
"grunt-contrib-uglify": "^0.9.2", | ||
"grunt-coveralls": "^1.0.0", | ||
"grunt-jasmine-node": "^0.2.1", | ||
"grunt-shell": "^1.1.2", | ||
"grunt-string-replace": "^1.2.0", | ||
"grunt-template-jasmine-istanbul": "^0.3.4" | ||
"jasmine": "^2.4.1", | ||
"colors": "1.1.2", | ||
"async": "^1.5.0" | ||
} | ||
} |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
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
Empty package
Supply chain riskPackage does not contain any code. It may be removed, is name squatting, or the result of a faulty package publish.
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
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
Filesystem access
Supply chain riskAccesses the file system, and could potentially read sensitive data.
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
No tests
QualityPackage does not have any tests. This is a strong signal of a poorly maintained or low quality package.
Found 1 instance in 1 package
4
1
0
8132
7
0
2