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 2.0.0-rc.1 to 2.0.0-rc.2

5

lib/solitary-convict.js

@@ -41,5 +41,4 @@ 'use strict'

},
coerce: (val, config) => {
// TODO we can remove this hardcoded value once coerce passes the path to which this function is bound
const accum = config.has('asciidoc.attributes') ? config.get('asciidoc.attributes') : {}
coerce: (val, config, name) => {
const accum = config.has(name) ? config.get(name) : {}
let match

@@ -46,0 +45,0 @@ ARGS_SCANNER_RX.lastIndex = 0

2

package.json
{
"name": "@antora/playbook-builder",
"version": "2.0.0-rc.1",
"version": "2.0.0-rc.2",
"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",

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