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

@antora/page-composer

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/page-composer - npm Package Compare versions

Comparing version 2.2.0 to 2.3.0-alpha.1

2

lib/create-page-composer.js

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

}
if ((siblingIdx += 1) < siblings.length) {
if (++siblingIdx < siblings.length) {
correlated = findNavItem(correlated, siblings, root, siblingIdx)

@@ -253,0 +253,0 @@ //if (correlated.current && (!correlated.seekNext || correlated.next)) return correlated

{
"name": "@antora/page-composer",
"version": "2.2.0",
"version": "2.3.0-alpha.1",
"description": "Wraps the embeddable HTML contents of each page file from the content catalog in a page layout to yield standalone pages 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