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 3.1.3 to 3.1.4

6

package.json
{
"name": "@antora/playbook-builder",
"version": "3.1.3",
"version": "3.1.4",
"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 --prepublish",
"postpublish": "npx -y downdoc --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.

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

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