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-alpha.1 to 2.3.0-alpha.2

2

lib/image/convert-image-ref.js

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

try {
const resolved = contentCatalog.resolveResource(resourceSpec, currentPage.src, ['image'], 'image')
const resolved = contentCatalog.resolveResource(resourceSpec, currentPage.src, 'image', ['image'])
if (resolved) return computeRelativeUrlPath(currentPage.pub.url, resolved.pub.url)

@@ -10,0 +10,0 @@ } catch (e) {} // TODO enforce valid ID spec

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

@@ -5,0 +5,0 @@ "license": "MPL-2.0",

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