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 3.1.2 to 3.1.3

5

lib/load-asciidoc.js

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

const { family, relative, extname = path.extname(relative) } = file.src
const { moduleRootPath = '' } = file.pub || {}
const intrinsicAttrs = {

@@ -47,4 +48,4 @@ docname: (family === 'nav' ? 'nav$' : '') + relative.substr(0, relative.length - extname.length),

docfilesuffix: extname,
imagesdir: path.join(file.pub.moduleRootPath, '_images'),
attachmentsdir: path.join(file.pub.moduleRootPath, '_attachments'),
imagesdir: path.join(moduleRootPath, '_images'),
attachmentsdir: path.join(moduleRootPath, '_attachments'),
examplesdir: EXAMPLES_DIR_TOKEN,

@@ -51,0 +52,0 @@ partialsdir: PARTIALS_DIR_TOKEN,

4

package.json
{
"name": "@antora/asciidoc-loader",
"version": "3.1.2",
"version": "3.1.3",
"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.2",
"@antora/logger": "3.1.3",
"@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