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.1 to 3.0.2

2

lib/cli.js

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

function getTTYColumns () {
return process.env.COLUMNS || process.stdout.columns || 80
return +process.env.COLUMNS || process.stdout.columns || 80
}

@@ -45,0 +45,0 @@

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

@@ -20,8 +20,5 @@ "license": "MPL-2.0",

},
"scripts": {
"test": "_mocha"
},
"dependencies": {
"@antora/logger": "3.0.1",
"@antora/playbook-builder": "3.0.1",
"@antora/logger": "3.0.2",
"@antora/playbook-builder": "3.0.2",
"@antora/user-require-helper": "~2.0",

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

"devDependencies": {
"@antora/site-publisher": "3.0.1",
"@antora/site-publisher": "3.0.2",
"@asciidoctor/core": "~2.2",

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

],
"gitHead": "e8e6f6ba33b1ab3f796907b5a256893a64844cd1"
"scripts": {
"test": "_mocha",
"prepublishOnly": "node $npm_config_local_prefix/npm/prepublishOnly.js",
"postpublish": "node $npm_config_local_prefix/npm/postpublish.js"
}
}

@@ -48,3 +48,3 @@ # Antora CLI

The `antora` command will output the generated site to the _build/site_ folder by default.
The `antora` command will output the generated site to the *build/site* folder by default.

@@ -51,0 +51,0 @@ ## Copyright and License

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