Socket
Socket
Sign inDemoInstall

@antora/asciidoc-loader

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/asciidoc-loader - npm Package Compare versions

Comparing version 2.3.0-beta.2 to 2.3.0-rc.1

4

lib/include/resolve-include-file.js

@@ -63,6 +63,6 @@ 'use strict'

function extractResourceId ({ component, version, module, family, relative }) {
return { component, version, module, family, relative }
function extractResourceId ({ component, version, module: module_, family, relative }) {
return { component, version, module: module_, family, relative }
}
module.exports = resolveIncludeFile

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

// QUESTION should we soft set the page-id attribute?
function computePageAttrs ({ component: componentName, version, module, relative, origin }, contentCatalog) {
function computePageAttrs ({ component: componentName, version, module: module_, relative, origin }, contentCatalog) {
const attrs = {}

@@ -102,3 +102,3 @@ attrs['page-component-name'] = componentName

}
attrs['page-module'] = module
attrs['page-module'] = module_
attrs['page-relative'] = attrs['page-src-path'] = relative

@@ -105,0 +105,0 @@ if (origin) {

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

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

"dependencies": {
"asciidoctor.js": "1.5.9"
"asciidoctor.js": "1.5.9",
"opal-runtime": "1.0.11"
},

@@ -22,0 +23,0 @@ "engines": {

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