New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@antora/playbook-builder

Package Overview
Dependencies
Maintainers
2
Versions
88
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 1.0.0-alpha.5 to 1.0.0-alpha.6

9

lib/config/schema.js

@@ -95,2 +95,11 @@ 'use strict'

},
supplemental_files: {
doc: 'Supplemental file list or a directory of files to append to the UI bundle.',
format: (val) => {
if (!(typeof val === 'string' || Array.isArray(val))) {
throw new Error('expected directory string or file list')
}
},
default: undefined,
},
},

@@ -97,0 +106,0 @@ runtime: {

2

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

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

@@ -6,3 +6,4 @@ # Antora Playbook Builder

[Antora](https://antora.org) is a modular static site generator designed for making documentation sites from AsciiDoc aggregated from versioned content repositories and processed with Asciidoctor.
[Antora](https://antora.org) is a modular static site generator designed for creating documentation sites from AsciiDoc documents.
Its site generator pipeline aggregates documents from versioned content repositories and processes them using [Asciidoctor](http://asciidoctor.org).

@@ -9,0 +10,0 @@ ## Copyright and License

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