Socket
Socket
Sign inDemoInstall

asciidoctor.js

Package Overview
Dependencies
Maintainers
6
Versions
32
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

asciidoctor.js - npm Package Compare versions

Comparing version 1.5.6-preview.1 to 1.5.6-preview.2

27

package.json
{
"name": "asciidoctor.js",
"version": "1.5.6-preview.1",
"version": "v1.5.6-preview.2",
"description": "A JavaScript AsciiDoc processor, cross-compiled from the Ruby-based AsciiDoc implementation, Asciidoctor, using Opal",

@@ -18,5 +18,5 @@ "main": "dist/asciidoctor.js",

"scripts": {
"test_karma_browserify": "karma start karma-browserify.conf.js",
"test_karma_requirejs": "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_karma_browserify && npm run test_karma_requirejs",
"test:karmaBrowserify": "karma start karma-browserify.conf.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",
"build": "node npm/build.js && npm run test",

@@ -29,3 +29,7 @@ "dist": "cross-env MINIFY=1 node npm/dist.js",

"benchmark": "node npm/benchmark.js",
"release": "cross-env MINIFY=1 node npm/release.js"
"release": "cross-env MINIFY=1 node npm/release.js",
"docs:lint": "documentation lint src/**",
"docs:build": "documentation build src/** -f html -o build/docs -g",
"docs:serve": "documentation serve src/** -g -w",
"docs": "npm run docs:lint && npm run docs:build"
},

@@ -36,2 +40,5 @@ "repository": {

},
"publishConfig": {
"access": "public"
},
"keywords": [

@@ -55,9 +62,9 @@ "asciidoc",

"dependencies": {
"opal-runtime": "0.11.0-integration6",
"opal-runtime": "0.11.0-integration7",
"xmlhttprequest": "~1.7.0"
},
"devDependencies": {
"asciidoctor-docbook.js": "1.5.5-integration2",
"asciidoctor-docbook.js": "1.5.5-integration3",
"asciidoctor-reveal.js": "1.0.1",
"asciidoctor-template.js": "1.5.5-integration1",
"asciidoctor-template.js": "1.5.5-integration3",
"async": "^1.5.0",

@@ -68,7 +75,7 @@ "bestikk-download": "^0.1.0",

"bestikk-log": "0.1.0",
"bestikk-opal-compiler": "0.3.0-integration5",
"bestikk-opal-compiler": "0.3.0-integration6",
"bestikk-uglify": "0.1.1",
"bower": "^1.5.3",
"browserify": "^13.0.0",
"cross-env": "^1.0.8",
"documentation": "^4.0.0-beta.18",
"eslint": "^2.11.0",

@@ -75,0 +82,0 @@ "http-server": "^0.9.0",

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

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc