Socket
Socket
Sign inDemoInstall

@antora/asciidoc-loader

Package Overview
Dependencies
56
Maintainers
2
Versions
82
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 3.1.3 to 3.1.4

8

package.json
{
"name": "@antora/asciidoc-loader",
"version": "3.1.3",
"version": "3.1.4",
"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.3",
"@antora/logger": "3.1.4",
"@antora/user-require-helper": "~2.0",

@@ -49,5 +49,5 @@ "@asciidoctor/core": "~2.2"

"test": "_mocha",
"prepublishOnly": "node $npm_config_local_prefix/npm/prepublishOnly.js",
"postpublish": "node $npm_config_local_prefix/npm/postpublish.js"
"prepublishOnly": "npx -y downdoc --prepublish",
"postpublish": "npx -y downdoc --postpublish"
}
}

@@ -10,3 +10,3 @@ # Antora AsciiDoc Loader

* An include processor that resolves files from the content catalog.
* A cross reference converter that resolves references between pages based on Antora's page reference system.
* A cross reference converter that resolves references between pages based on Antora’s page reference system.
* Automatic resolution of paths to images and attachments.

@@ -13,0 +13,0 @@ * Implicit document attributes that pass information from the Antora environment.

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc