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

@antora/page-composer

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

Comparing version 3.2.0-alpha.4 to 3.2.0-alpha.5

4

lib/build-ui-model.js
'use strict'
const { posix: path } = require('path')
const { posix: path } = require('node:path')

@@ -91,3 +91,3 @@ const { DEFAULT_LAYOUT_NAME } = require('./constants')

keywords: attributes.keywords,
role: attributes.docrole,
role: attributes.role,
attributes: pageAttributes,

@@ -94,0 +94,0 @@ component,

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

@@ -5,0 +5,0 @@ module.exports = (to, { data }) => {

{
"name": "@antora/page-composer",
"version": "3.2.0-alpha.4",
"version": "3.2.0-alpha.5",
"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.",

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

"dependencies": {
"@antora/logger": "3.2.0-alpha.4",
"@antora/logger": "3.2.0-alpha.5",
"handlebars": "~4.7",

@@ -30,3 +30,3 @@ "require-from-string": "~2.0"

"engines": {
"node": ">=16.0.0"
"node": ">=18.0.0"
},

@@ -33,0 +33,0 @@ "files": [

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