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

9

lib/build-playbook.js

@@ -103,7 +103,8 @@ 'use strict'

if (preserve) {
return Array.isArray(preserve)
? preserve.reduce((accum, it) => accum.concat(schemaPath.concat(key, it).join('.')), stopPaths)
: stopPaths.concat(schemaPath.concat(key).join('.'))
Array.isArray(preserve)
? preserve.forEach((it) => stopPaths.push(schemaPath.concat(key, it).join('.')))
: stopPaths.push(schemaPath.concat(key).join('.'))
} else if (_cvtProperties) {
stopPaths.push(...getStopPaths(_cvtProperties, schemaPath.concat(key)))
}
if (_cvtProperties) stopPaths.push(...getStopPaths(_cvtProperties, schemaPath.concat(key)))
}

@@ -110,0 +111,0 @@ return stopPaths

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

doc: 'The facility for handling page alias and start page redirections.',
format: ['disabled', 'httpd', 'netlify', 'nginx', 'static'],
format: ['disabled', 'gitlab', 'httpd', 'netlify', 'nginx', 'static'],
default: 'static',

@@ -322,0 +322,0 @@ arg: 'redirect-facility',

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

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

"dependencies": {
"@antora/logger": "3.0.0-alpha.9",
"@antora/logger": "3.0.0-alpha.10",
"@iarna/toml": "~2.2",
"camelcase-keys": "~6.2",
"convict": "~6.1",
"convict": "~6.2",
"js-yaml": "~4.1",

@@ -41,3 +41,3 @@ "json5": "~2.2"

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