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.0-beta.4 to 3.0.0-beta.5

6

lib/solitary-convict.js

@@ -25,4 +25,4 @@ 'use strict'

{ extension: 'toml', parse: toml.parse },
{ extension: 'yaml', parse: yaml.load },
{ extension: 'yml', parse: yaml.load },
{ extension: 'yaml', parse: (source) => yaml.load(source, { schema: yaml.CORE_SCHEMA }) },
{ extension: 'yml', parse: (source) => yaml.load(source, { schema: yaml.CORE_SCHEMA }) },
{

@@ -50,3 +50,3 @@ extension: '*',

const [, k, v] = match
if (k) accum[k] = v ? (v === '-' ? '-' : yaml.load(v)) : ''
if (k) accum[k] = v ? (v === '-' ? '-' : yaml.load(v, { schema: yaml.CORE_SCHEMA })) : ''
}

@@ -53,0 +53,0 @@ return accum

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

@@ -39,4 +39,3 @@ "license": "MPL-2.0",

],
"gitHead": "8a142499e9f1a9e0631777796e06dd6c010d3a90",
"readmeFilename": "README.md"
"gitHead": "a13d03df41654d4deb78211a5a54953ce2a35fb8"
}
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