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

@antora/playbook-builder

Package Overview
Dependencies
Maintainers
2
Versions
86
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@antora/playbook-builder - npm Package Compare versions

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

2

lib/build-playbook.js

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

* switches) and a map of environment variables and translates this data into a
* playbook object according the the specified schema. If no schema is
* playbook object according the specified schema. If no schema is
* specified, the default schema provided by this package is used.

@@ -17,0 +17,0 @@ *

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

format: 'int',
default: 0,
default: 1,
},

@@ -185,2 +185,7 @@ plugins: {

},
read_concurrency: {
doc: 'The maximum number of git indexes that are read into memory at once. Use 0 for unlimited.',
format: 'int',
default: 0,
},
},

@@ -187,0 +192,0 @@ network: {

{
"name": "@antora/playbook-builder",
"version": "3.2.0-alpha.2",
"version": "3.2.0-alpha.3",
"description": "Builds a playbook object from user input for configuring successive documentation components in an Antora pipeline.",

@@ -47,5 +47,5 @@ "license": "MPL-2.0",

"test": "_mocha",
"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"
}
}
# Antora Playbook Builder
The Playbook Builder is the configuration component for Antora.
It's responsible for building a playbook object from user input that's then used for configuring components in an Antora generator pipeline.
It’s responsible for building a playbook object from user input that’s then used for configuring components in an Antora generator pipeline.

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

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