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.2 to 3.0.3

7

lib/build-playbook.js

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

}
return deepFreeze(model, name ? '.' + name : '')
return model
}

@@ -103,7 +103,2 @@

function deepFreeze (o, p) {
for (const [k, v] of Object.entries(o)) Object.isFrozen(v) || (k === 'env' && !p) || deepFreeze(v, p + '.' + k)
return Object.freeze(o)
}
function getDetails (playbook, absPlaybookPath) {

@@ -110,0 +105,0 @@ if (playbook === absPlaybookPath) return ''

2

package.json
{
"name": "@antora/playbook-builder",
"version": "3.0.2",
"version": "3.0.3",
"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