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-rc.4 to 2.3.0

1

lib/converter/create.js

@@ -11,2 +11,3 @@ 'use strict'

* @param {Object} callbacks - Callback functions.
* @param {Function} callbacks.onImageRef - A function that converts an image reference.
* @param {Function} callbacks.onPageRef - A function that converts a page reference.

@@ -13,0 +14,0 @@ *

2

lib/create-extension-registry.js

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

* This registry includes a built-in include processor that resolves the target of include directives
* from Antora's virtual content catalog.
* to files in Antora's virtual content catalog.
*

@@ -12,0 +12,0 @@ * @memberof asciidoc-loader

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

*
* Uses Asciidoctor.js to load AsciiDoc content in a way that integrates with
* the Antora environment. In particular, it resolves include files and page
* references from Antora's virtual content catalog.
* Uses Asciidoctor.js to load AsciiDoc content in a way that integrates tightly
* with the Antora environment. It resolves include files, page references, and
* image references to files in Antora's virtual content catalog.
*

@@ -11,0 +11,0 @@ * @namespace asciidoc-loader

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

* @param {String} content - The content (i.e., formatted text) of the link (undefined if not specified).
* @param {File} currentPage - The virtual file for the current page.
* @param {File} currentPage - The virtual file for the current page, which serves as the context.
* @param {ContentCatalog} contentCatalog - The content catalog that contains the virtual files in the site.

@@ -22,0 +22,0 @@ * @param {Boolean} [relativize=true] - Compute the target relative to the current page.

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

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

],
"gitHead": "1a542bba22bf9007d676275d2f2409344c2f28ec"
"gitHead": "a268deae12211eb89f82ce5cc7d809b97baeb2a2"
}
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