Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

asciidoctor

Package Overview
Dependencies
Maintainers
1
Versions
34
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

asciidoctor - npm Package Compare versions

Comparing version 2.1.1 to 2.2.0-rc.1

13

package.json
{
"name": "asciidoctor",
"version": "2.1.1",
"version": "2.2.0-rc.1",
"description": "A JavaScript AsciiDoc processor, cross-compiled from the Ruby-based AsciiDoc implementation, Asciidoctor, using Opal",

@@ -11,2 +11,6 @@ "main": "index.js",

},
"scripts": {
"test": "./bin/asciidoctor --version",
"dist": "pkg bin/asciidoctor --out-path dist"
},
"engines": {

@@ -46,5 +50,8 @@ "node": ">=8.11",

"dependencies": {
"@asciidoctor/cli": "3.2.0",
"@asciidoctor/core": "2.1.1"
"@asciidoctor/cli": "3.4.0",
"@asciidoctor/core": "2.2.0-rc.1"
},
"devDependencies": {
"pkg": "^4.4.7"
}
}

Sorry, the diff of this file is not supported yet

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