Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@antora/document-converter

Package Overview
Dependencies
Maintainers
0
Versions
85
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@antora/document-converter - npm Package Compare versions

Comparing version 3.1.7 to 3.1.8

4

lib/convert-documents.js

@@ -79,5 +79,3 @@ 'use strict'

if (!aliases) return
return aliases
.split(',')
.forEach((spec) => (spec = spec.trim()) && contentCatalog.registerPageAlias(spec, targetFile))
aliases.split(',').forEach((spec) => (spec = spec.trim()) && contentCatalog.registerPageAlias(spec, targetFile))
}

@@ -84,0 +82,0 @@

{
"name": "@antora/document-converter",
"version": "3.1.7",
"version": "3.1.8",
"description": "Converts AsciiDoc documents to embeddable HTML for use in an Antora documentation pipeline.",

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

"dependencies": {
"@antora/asciidoc-loader": "3.1.7"
"@antora/asciidoc-loader": "3.1.8"
},

@@ -27,0 +27,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