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

antora

Package Overview
Dependencies
Maintainers
2
Versions
30
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

antora - npm Package Compare versions

Comparing version 3.2.0-alpha.2 to 3.2.0-alpha.3

10

package.json
{
"name": "antora",
"version": "3.2.0-alpha.2",
"version": "3.2.0-alpha.3",
"description": "A meta package for Antora that installs both the CLI and site generator.",

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

"dependencies": {
"@antora/cli": "3.2.0-alpha.2",
"@antora/site-generator": "3.2.0-alpha.2"
"@antora/cli": "3.2.0-alpha.3",
"@antora/site-generator": "3.2.0-alpha.3"
},

@@ -39,5 +39,5 @@ "engines": {

"scripts": {
"prepublishOnly": "node $npm_config_local_prefix/npm/prepublishOnly.js",
"postpublish": "node $npm_config_local_prefix/npm/postpublish.js"
"prepublishOnly": "npx -y downdoc@latest --prepublish",
"postpublish": "npx -y downdoc@latest --postpublish"
}
}

@@ -45,3 +45,3 @@ # Antora

To run Antora, you'll need a playbook file and at least one content (source) repository.
To run Antora, you’ll need a playbook file and at least one content (source) repository.
Consult the [quickstart](https://docs.antora.org/antora/latest/install-and-run-quickstart/) to find an example.

@@ -61,3 +61,3 @@

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.

@@ -68,2 +68,2 @@ ## Copyright and License

Use of this software is granted under the terms of the [Mozilla Public License Version 2.0](https://www.mozilla.org/en-US/MPL/2.0/) (MPL-2.0).
Use of this software is granted under the terms of the [Mozilla Public License Version 2.0](https://www.mozilla.org/en-US/MPL/2.0/) (MPL-2.0).
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