asciidoctor.js
Advanced tools
Comparing version 1.5.6-preview.2 to 1.5.6-preview.3
{ | ||
"name": "asciidoctor.js", | ||
"version": "v1.5.6-preview.2", | ||
"version": "1.5.6-preview.3", | ||
"description": "A JavaScript AsciiDoc processor, cross-compiled from the Ruby-based AsciiDoc implementation, Asciidoctor, using Opal", | ||
@@ -20,3 +20,3 @@ "main": "dist/asciidoctor.js", | ||
"test:karmaRequirejs": "karma start karma-requirejs.conf.js", | ||
"test": "node npm/test/unsupported-features.js && node npm/test/jasmine-browser.js && node npm/test/jasmine-browser-min.js && node npm/test/jasmine-node.js && node npm/test/jasmine-webpack.js && npm run test:karmaBrowserify && npm run test:karmaRequirejs", | ||
"test": "node npm/test/builder.js && node npm/test/unsupported-features.js && node npm/test/jasmine-browser.js && node npm/test/jasmine-browser-min.js && node npm/test/jasmine-node.js && node npm/test/jasmine-webpack.js && npm run test:karmaBrowserify && npm run test:karmaRequirejs", | ||
"build": "node npm/build.js && npm run test", | ||
@@ -60,3 +60,3 @@ "dist": "cross-env MINIFY=1 node npm/dist.js", | ||
"dependencies": { | ||
"opal-runtime": "0.11.0-integration7", | ||
"opal-runtime": "0.11.0-integration8", | ||
"xmlhttprequest": "~1.7.0" | ||
@@ -73,3 +73,3 @@ }, | ||
"bestikk-log": "0.1.0", | ||
"bestikk-opal-compiler": "0.3.0-integration6", | ||
"bestikk-opal-compiler": "0.3.0-integration7", | ||
"bestikk-uglify": "0.1.1", | ||
@@ -90,2 +90,3 @@ "browserify": "^13.0.0", | ||
"requirejs": "2.1.0", | ||
"sinon": "2.3.8", | ||
"watchify": "^3.7.0", | ||
@@ -92,0 +93,0 @@ "webpack": "^1.13.3" |
Sorry, the diff of this file is too big to display
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
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
Manifest confusion
Supply chain riskThis package has inconsistent metadata. This could be malicious or caused by an error when publishing the package.
Found 1 instance in 1 package
1742037
32188
0
27
+ Addedopal-runtime@0.11.0-integration8(transitive)
- Removedopal-runtime@0.11.0-integration7(transitive)