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

to
2.0.1

4

lib/build-playbook.js

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

const convict = require('./solitary-convict')
const deepFreeze = require('deep-freeze')
const freeze = require('deep-freeze-node')
const fs = require('fs')

@@ -74,5 +74,5 @@ const ospath = require('path')

delete playbook.playbook
return deepFreeze(playbook)
return freeze(playbook)
}
module.exports = buildPlaybook

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

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

@@ -154,3 +154,3 @@ default: undefined,

fetch: {
doc: 'Download updates from remote resources (including content repositories and UI bundle).',
doc: 'Download updates from remote resources. Includes content repositories and the UI bundle.',
format: Boolean,

@@ -157,0 +157,0 @@ default: false,

{
"name": "@antora/playbook-builder",
"version": "2.0.0",
"version": "2.0.1",
"description": "Builds a playbook object from user input for configuring successive documentation components in an Antora pipeline.",

@@ -19,11 +19,11 @@ "license": "MPL-2.0",

"dependencies": {
"@iarna/toml": "^2.2.1",
"camelcase-keys": "^5.0.0",
"convict": "^4.4.1",
"deep-freeze": "^0.0.1",
"js-yaml": "^3.12.0",
"json5": "^2.1.0"
"@iarna/toml": "~2.2",
"camelcase-keys": "~6.0",
"convict": "~5.1",
"deep-freeze-node": "~1.1",
"js-yaml": "~3.13",
"json5": "~2.1"
},
"engines": {
"node": ">= 8.0.0"
"node": ">=8.11.0"
},

@@ -30,0 +30,0 @@ "files": [