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-beta.4 to 3.0.0-beta.5

14

package.json
{
"name": "@antora/cli",
"version": "3.0.0-beta.4",
"version": "3.0.0-beta.5",
"description": "The command line interface for Antora.",

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

"dependencies": {
"@antora/logger": "3.0.0-beta.4",
"@antora/playbook-builder": "3.0.0-beta.4",
"@antora/logger": "3.0.0-beta.5",
"@antora/playbook-builder": "3.0.0-beta.5",
"@antora/user-require-helper": "~2.0",

@@ -28,7 +28,6 @@ "commander": "~8.3"

"devDependencies": {
"@antora/site-publisher": "3.0.0-beta.4",
"@antora/site-publisher": "3.0.0-beta.5",
"@asciidoctor/core": "~2.2",
"convict": "~6.2",
"kapok-js": "~0.10",
"node-git-server": "~0.6"
"kapok-js": "~0.10"
},

@@ -50,4 +49,3 @@ "engines": {

],
"gitHead": "8a142499e9f1a9e0631777796e06dd6c010d3a90",
"readmeFilename": "README.md"
"gitHead": "a13d03df41654d4deb78211a5a54953ce2a35fb8"
}
# Antora CLI
The command line interface (CLI) for Antora.
This package provides the `antora` command (i.e., bin script) to run Antora.
It does not include the site generator, which must be installed separately.

@@ -16,3 +18,3 @@ [Antora](https://antora.org) is a modular static site generator designed for creating documentation sites from AsciiDoc documents.

```sh
npm install -g @antora/cli
npm i -g @antora/cli
```

@@ -31,3 +33,3 @@

```sh
npm install -g @antora/site-generator
npm i -g @antora/site-generator
```

@@ -42,3 +44,3 @@

Once you have your content sources set up, just point the `antora` command at your playbook file:
Once you have your content sources set up, point the `antora` command at your playbook file:

@@ -45,0 +47,0 @@ ```sh

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