New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@antora/page-composer

Package Overview
Dependencies
Maintainers
2
Versions
87
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.3.0-beta.1 to 2.3.0-beta.2

2

lib/build-ui-model.js

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

module: file.src.module,
srcPath: file.src.path,
srcPath: file.src.relative,
origin: file.src.origin,

@@ -96,0 +96,0 @@ versions,

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

if (~hashIdx) {
hash = to.substr(hashIdx)
to = to.substr(0, hashIdx)
hash = to.substr(hashIdx)
}

@@ -17,0 +17,0 @@ return to === from

{
"name": "@antora/page-composer",
"version": "2.3.0-beta.1",
"version": "2.3.0-beta.2",
"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