New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@antora/cli

Package Overview
Dependencies
Maintainers
2
Versions
87
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@antora/cli - npm Package Compare versions

Comparing version 3.0.0-rc.1 to 3.0.0-rc.2

2

lib/cli.js

@@ -38,3 +38,3 @@ 'use strict'

.finalizeLogger()
.then((failOnExit) => process.exit(process.exitCode || (failOnExit ? 1 : 0)))
.then((failOnExit) => process.exitCode || (process.exitCode = failOnExit ? 1 : 0))
}

@@ -41,0 +41,0 @@

{
"name": "@antora/cli",
"version": "3.0.0-rc.1",
"version": "3.0.0-rc.2",
"description": "The command line interface for Antora.",

@@ -24,4 +24,4 @@ "license": "MPL-2.0",

"dependencies": {
"@antora/logger": "3.0.0-rc.1",
"@antora/playbook-builder": "3.0.0-rc.1",
"@antora/logger": "3.0.0-rc.2",
"@antora/playbook-builder": "3.0.0-rc.2",
"@antora/user-require-helper": "~2.0",

@@ -31,3 +31,3 @@ "commander": "~8.3"

"devDependencies": {
"@antora/site-publisher": "3.0.0-rc.1",
"@antora/site-publisher": "3.0.0-rc.2",
"@asciidoctor/core": "~2.2",

@@ -52,3 +52,3 @@ "convict": "~6.2",

],
"gitHead": "044371a33e2c0fed9724d30945bbb549d64845d5"
"gitHead": "b64861391b7e55ea31fcecce4490b9cc02fec1c7"
}
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