Socket
Socket
Sign inDemoInstall

@asciidoctor/core

Package Overview
Dependencies
Maintainers
3
Versions
35
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@asciidoctor/core - npm Package Compare versions

Comparing version 2.2.6 to 3.0.0-alpha.2

README.adoc

101

package.json
{
"name": "@asciidoctor/core",
"version": "2.2.6",
"version": "3.0.0-alpha.2",
"description": "Asciidoctor - the core library",
"main": "dist/node/asciidoctor.js",
"browser": "dist/browser/asciidoctor.js",
"module": "dist/browser/asciidoctor.js",
"type": "module",
"types": "types",
"engines": {
"node": ">=8.11",
"npm": ">=5.0.0",
"yarn": ">=1.1.0"
"node": ">=16",
"npm": ">=8"
},

@@ -17,24 +18,27 @@ "files": [

"LICENSE",
"README.adoc"
"README.md"
],
"scripts": {
"test:graalvm": "node tasks/graalvm.js",
"test:node": "mocha spec/*/*.spec.js",
"test:browser": "node spec/browser/run.js",
"test:types": "rm -f types/tests.js && eslint types --ext .ts && tsc --build types/tsconfig.json && node types/tests.js",
"test": "node tasks/test/unsupported-features.js && npm run test:node && npm run test:browser && npm run test:types",
"build": "node tasks/build.js && npm run test && npm run lint",
"build:quick": "node tasks/build.js && npm run test:node && npm run code:lint",
"postpublish": "downdoc --postpublish",
"prepublishOnly": "downdoc --prepublish",
"test:graalvm": "node tasks/graalvm.cjs",
"test:node": "mocha spec/*/*.spec.cjs && npm run test:node:esm",
"test:node:esm": "mocha --experimental-json-modules spec/node/asciidoctor.spec.js",
"test:browser": "node spec/browser/run.cjs",
"test:types": "rm -f types/tests.js && eslint types --ext .ts && tsc --build types/tsconfig.json && node --input-type=commonjs types/tests.js",
"test": "node tasks/test/unsupported-features.cjs && npm run test:node && npm run test:browser && npm run test:types",
"build": "node tasks/build.cjs && npm run test && npm run lint",
"build:quick": "node tasks/build.cjs && npm run test:node && npm run code:lint",
"clean": "npm run clean:all",
"clean:all": "node tasks/clean.js",
"clean:core": "node tasks/clean.js core",
"clean:patch": "node tasks/clean.js patch",
"clean:js": "node tasks/clean.js js",
"dist": "cross-env MINIFY=1 node tasks/dist.js",
"lint": "npm run code:lint && npm run docs:lint",
"code:lint": "eslint 'src/**/*.js' 'spec/**/*.js' 'spec/**/*.js' 'tasks/**/*.js' 'benchmark/**/*.js'",
"package": "cross-env MINIFY=1 COPY_DIST=1 node tasks/build.js && cross-env MINIFY=1 npm run test",
"examples": "node tasks/examples.js",
"server": "node tasks/server.js",
"benchmark": "node tasks/benchmark.js",
"clean:all": "node tasks/clean.cjs",
"clean:core": "node tasks/clean.cjs core",
"clean:patch": "node tasks/clean.cjs patch",
"clean:js": "node tasks/clean.cjs js",
"dist": "cross-env MINIFY=1 node tasks/dist.cjs",
"lint": "npm run code:lint",
"code:lint": "standard 'src/**/*.js' 'spec/**/*.cjs' 'spec/**/*.js' 'tasks/**/*.cjs' 'benchmark/**/*.cjs'",
"package": "cross-env MINIFY=1 COPY_DIST=1 node tasks/build.cjs && cross-env MINIFY=1 npm run test",
"examples": "node tasks/examples.cjs",
"server": "node tasks/server.cjs",
"benchmark": "node tasks/benchmark.cjs",
"docs:lint": "documentation lint src/**",

@@ -71,37 +75,50 @@ "docs:build": "documentation build src/** -f html -o build/docs -g",

"dependencies": {
"asciidoctor-opal-runtime": "0.3.3",
"unxhr": "1.0.1"
"@asciidoctor/opal-runtime": "2.2.0",
"unxhr": "1.2.0"
},
"devDependencies": {
"@types/node": "17.0.10",
"@rollup/plugin-commonjs": "24.0.0",
"@rollup/plugin-json": "6.0.0",
"@rollup/plugin-replace": "5.0.2",
"@types/node": "18.11.18",
"@types/nunjucks": "3.2.1",
"@typescript-eslint/eslint-plugin": "5.9.1",
"@typescript-eslint/parser": "5.9.1",
"@typescript-eslint/eslint-plugin": "5.48.1",
"@typescript-eslint/parser": "5.48.1",
"bestikk-download": "1.0.0",
"bestikk-fs": "1.0.0",
"bestikk-log": "0.1.0",
"bestikk-uglify": "3.0.0",
"chai": "4.3.4",
"bestikk-uglify": "3.0.1",
"chai": "4.3.7",
"cross-env": "7.0.3",
"dirty-chai": "2.0.1",
"documentation": "13.2.5",
"documentation": "^14.0.0",
"dot": "1.1.3",
"ejs": "3.1.6",
"eslint": "8.7.0",
"eslint-config-standard": "^16.0.3",
"eslint-plugin-import": "^2.25.4",
"downdoc": "^1.0.0-beta.8",
"ejs": "3.1.8",
"eslint": "8.31.0",
"handlebars": "4.7.7",
"http-server": "14.1.0",
"mocha": "9.1.4",
"http-server": "14.1.1",
"mocha": "10.2.0",
"mock-http-server": "1.4.5",
"module-alias": "2.2.2",
"nunjucks": "3.2.3",
"opal-compiler": "1.0.13",
"opal-compiler": "2.3.0",
"portfinder": "1.0.32",
"pug": "3.0.2",
"puppeteer": "13.1.1",
"sinon": "12.0.1",
"typescript": "4.5.4"
"puppeteer": "19.5.0",
"rollup": "3.9.1",
"sinon": "15.0.1",
"standard": "17.0.0",
"tsd": "0.25.0",
"typescript": "4.9.4"
},
"standard": {
"ignore": [
"src/template-*.js",
"spec/node/asciidoctor.spec.cjs"
]
},
"_moduleAliases": {
"@asciidoctor/core": "build/asciidoctor-node.js"
"@asciidoctor/core": "build/asciidoctor-node.cjs"
}
}

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 too big to display

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

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