Socket
Socket
Sign inDemoInstall

@antora/asciidoc-loader

Package Overview
Dependencies
Maintainers
0
Versions
86
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@antora/asciidoc-loader - npm Package Compare versions

Comparing version 3.1.8 to 3.1.9

2

lib/config/collate-asciidoc-attributes.js

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

Object.entries(scoped).forEach(([name, val]) => {
if (locked[name]) return collated
if (locked[name]) return
if (val && val.constructor === String) {

@@ -21,0 +21,0 @@ let alias

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

} else {
logger.warn('Skipping possible Antora extension registered as an AsciiDoc extension: %s', extensionRequest)
logger.warn('Skipping possible Antora extension registered as an Asciidoctor extension: %s', extensionRequest)
}

@@ -63,0 +63,0 @@ } else if (!isExtensionRegistered(extensionExports, Extensions)) {

{
"name": "@antora/asciidoc-loader",
"version": "3.1.8",
"version": "3.1.9",
"description": "Loads AsciiDoc content into an Asciidoctor Document object (AST) for use in an Antora documentation pipeline.",

@@ -27,3 +27,3 @@ "license": "MPL-2.0",

"dependencies": {
"@antora/logger": "3.1.8",
"@antora/logger": "3.1.9",
"@antora/user-require-helper": "~2.0",

@@ -30,0 +30,0 @@ "@asciidoctor/core": "~2.2"

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