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.0.0-alpha.8 to 3.0.0-alpha.9

8

lib/config/schema.js

@@ -79,2 +79,3 @@ 'use strict'

default: [],
preserve: ['version'],
},

@@ -165,2 +166,7 @@ tags: {

},
fetch_concurrency: {
doc: 'The maximum number of fetch or clone operations that are permitted to run at once. Use 0 for unlimited.',
format: 'int',
default: 0,
},
plugins: {

@@ -280,3 +286,3 @@ credential_manager: {

doc: 'The size of the log buffer that must be exceeded before writing a chunk to the destination.',
format: Number,
format: 'int',
default: 0,

@@ -283,0 +289,0 @@ },

6

package.json
{
"name": "@antora/playbook-builder",
"version": "3.0.0-alpha.8",
"version": "3.0.0-alpha.9",
"description": "Builds a playbook object from user input for configuring successive documentation components in an Antora pipeline.",

@@ -19,3 +19,3 @@ "license": "MPL-2.0",

"dependencies": {
"@antora/logger": "3.0.0-alpha.8",
"@antora/logger": "3.0.0-alpha.9",
"@iarna/toml": "~2.2",

@@ -41,3 +41,3 @@ "camelcase-keys": "~6.2",

],
"gitHead": "2e5695bea11fb5719989c329c97e66d36e29659f"
"gitHead": "a504d6889819b548e8a5416a7194cbb6f9a93e93"
}
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