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

@antora/navigation-builder

Package Overview
Dependencies
Maintainers
2
Versions
85
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@antora/navigation-builder - npm Package Compare versions

Comparing version 3.0.0-beta.4 to 3.0.0-beta.5

3

lib/build-navigation.js
'use strict'
const _loadAsciiDoc = require('@antora/asciidoc-loader')
const NavigationCatalog = require('./navigation-catalog')

@@ -30,3 +29,3 @@

function buildNavigation (contentCatalog, siteAsciiDocConfig = {}) {
const { loadAsciiDoc = _loadAsciiDoc } = this ? this.getFunctions(false) : {}
const { loadAsciiDoc = require('@antora/asciidoc-loader') } = this ? this.getFunctions(false) : {}
const navCatalog = new NavigationCatalog()

@@ -33,0 +32,0 @@ const navAsciiDocConfig = { doctype: 'article', extensions: [], relativizeResourceRefs: false }

{
"name": "@antora/navigation-builder",
"version": "3.0.0-beta.4",
"version": "3.0.0-beta.5",
"description": "Builds a navigation catalog from navigation files for adding site navigation to pages in an Antora documentation pipeline.",

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

"dependencies": {
"@antora/asciidoc-loader": "3.0.0-beta.4"
"@antora/asciidoc-loader": "3.0.0-beta.5"
},

@@ -36,4 +36,3 @@ "engines": {

],
"gitHead": "8a142499e9f1a9e0631777796e06dd6c010d3a90",
"readmeFilename": "README.md"
"gitHead": "a13d03df41654d4deb78211a5a54953ce2a35fb8"
}
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