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.1.1 to 2.0.0-beta.1

26

lib/config/schema.js

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

arg: 'playbook',
env: 'PLAYBOOK',
env: 'ANTORA_PLAYBOOK',
},

@@ -65,3 +65,3 @@ site: {

branches: {
doc: 'The default branch pattern to use when no specific pattern is provided',
doc: 'The default branch pattern to use when no specific pattern is provided.',
format: Array,

@@ -75,2 +75,7 @@ default: ['v*', 'master'],

},
tags: {
doc: 'The default tag pattern to use when no specific pattern is provided',
format: Array,
default: undefined,
},
},

@@ -126,2 +131,19 @@ ui: {

},
git: {
credentials: {
path: {
doc: 'The path to a git credentials file matching the format used by git-credential-store.',
format: String,
default: undefined,
arg: 'git-credentials-path',
env: 'GIT_CREDENTIALS_PATH',
},
contents: {
doc: 'The git credentials data matching the format used by git-credentials-store (optionally comma-separated).',
format: String,
default: undefined,
env: 'GIT_CREDENTIALS',
},
},
},
runtime: {

@@ -128,0 +150,0 @@ cache_dir: {

4

package.json
{
"name": "@antora/playbook-builder",
"version": "1.1.1",
"version": "2.0.0-beta.1",
"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": {
"camelcase-keys": "^4.2.0",
"camelcase-keys": "^5.0.0",
"convict": "^4.3.2",

@@ -22,0 +22,0 @@ "cson-parser": "^3.0.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