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 2.3.0 to 2.3.1

4

lib/cli.js

@@ -80,3 +80,3 @@ #!/usr/bin/env node

cli.command('help [command]', { noHelp: true }).action((name, command) => {
cli.command('help [command]', { hidden: true }).action((name, command) => {
if (name) {

@@ -97,3 +97,3 @@ const helpCommand = cli.commands.find((candidate) => candidate.name() === name)

cli.command('version', { noHelp: true }).action(() => cli.emit('option:version'))
cli.command('version', { hidden: true }).action(() => cli.emit('option:version'))

@@ -100,0 +100,0 @@ cli.on('--help', () => {

{
"name": "@antora/cli",
"version": "2.3.0",
"version": "2.3.1",
"description": "The command line interface for Antora.",

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

"dependencies": {
"@antora/playbook-builder": "2.3.0",
"commander": "~5.0"
"@antora/playbook-builder": "2.3.1",
"commander": "~5.1"
},
"devDependencies": {
"@antora/site-publisher": "2.3.0",
"@antora/site-publisher": "2.3.1",
"convict": "~5.2",

@@ -46,3 +46,3 @@ "fs-extra": "~8.1",

],
"gitHead": "a268deae12211eb89f82ce5cc7d809b97baeb2a2"
"gitHead": "b5c90bd55ba16fc6b293ea76d40452212c6e2a37"
}
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