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

@antora/cli

Package Overview
Dependencies
Maintainers
2
Versions
85
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 1.0.0-beta.3 to 1.0.0-rc.1

5

lib/cli.js

@@ -21,2 +21,7 @@ #!/usr/bin/env node

//process.on('unhandledRejection', (reason) => {
// console.error(`An unexpected error occurred: Unhandled promise rejection: ${reason.stack}`)
// process.exitCode = 1
//})
function exitWithError (err, showStack, message = undefined) {

@@ -23,0 +28,0 @@ console.error(showStack ? err.stack : `error: ${message || err.message}`)

6

package.json
{
"name": "@antora/cli",
"version": "1.0.0-beta.3",
"version": "1.0.0-rc.1",
"description": "The command line interface for Antora.",

@@ -21,7 +21,7 @@ "license": "MPL-2.0",

"dependencies": {
"@antora/playbook-builder": "1.0.0-beta.3",
"@antora/playbook-builder": "1.0.0-rc.1",
"commander": "^2.15.1"
},
"devDependencies": {
"convict": "^4.1.0",
"convict": "^4.2.0",
"fs-extra": "^5.0.0",

@@ -28,0 +28,0 @@ "kapok-js": "^0.10.1"

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