Join our webinar on Wednesday, June 26, at 1pm EDTHow Chia Mitigates Risk in the Crypto Industry.Register
Socket
Socket
Sign inDemoInstall

@antora/asciidoc-loader

Package Overview
Dependencies
13
Maintainers
2
Versions
84
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 1.0.0-alpha.1 to 1.0.0-alpha.2

README.adoc

2

lib/include/include-processor.js

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

const idx = tagStack.findIndex(([name]) => name === thisTag)
if (idx !== -1) {
if (~idx) {
tagStack.splice(idx, 1)

@@ -106,0 +106,0 @@ //console.warn(`line ${lineNum}: mismatched end tag in include: expected ${activeTag}, found ${thisTag}`)

'use strict'
const path = require('path')
const { posix: path } = require('path')
const splitOnce = require('../util/split-once')

@@ -5,0 +5,0 @@

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

const createExtensionRegistry = require('./create-extension-registry')
const path = require('path')
const { posix: path } = require('path')
const resolveIncludeFile = require('./include/resolve-include-file')

@@ -16,0 +16,0 @@

'use strict'
const path = require('path')
const { posix: path } = require('path')

@@ -5,0 +5,0 @@ /**

{
"name": "@antora/asciidoc-loader",
"version": "1.0.0-alpha.1",
"version": "1.0.0-alpha.2",
"description": "Loads AsciiDoc content into an Asciidoctor Document object (AST) for use in an Antora documentation pipeline.",
"license": "MPL-2.0",
"author": {
"name": "OpenDevise Inc.",
"url": "https://opendevise.com"
},
"author": "OpenDevise Inc. (https://opendevise.com)",
"contributors": [
"Dan Allen <dan@opendevise.com>",
"Sarah White <sarah@opendevise.com>"
],
"homepage": "https://antora.org",

@@ -11,0 +12,0 @@ "repository": "gitlab:antora/antora",

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