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.4 to 1.5.6-preview.5

README.md

13

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

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

"test:karmaRequirejs": "karma start karma-requirejs.conf.js",
"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",
"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 && node npm/test/nashorn.js",
"build": "npm run lint && node npm/build.js && npm run test",
"clean": "node npm/clean.js",
"dist": "cross-env MINIFY=1 node npm/dist.js",

@@ -34,3 +35,5 @@ "lint": "eslint src spec npm",

"docs:serve": "documentation serve src/** -g -w",
"docs": "npm run docs:lint && npm run docs:build"
"docs": "npm run docs:lint && npm run docs:build",
"prepublishOnly": "node npm/prepublish.js",
"postpublish": "node npm/postpublish.js"
},

@@ -74,3 +77,3 @@ "repository": {

"bestikk-opal-compiler": "0.3.0-integration7",
"bestikk-uglify": "0.1.1",
"bestikk-uglify": "0.2.1",
"browserify": "^13.0.0",

@@ -77,0 +80,0 @@ "cross-env": "^1.0.8",

Sorry, the diff of this file is too big to display

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