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.0.0 to 2.0.1

2

lib/create-page-composer.js

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

const latestPageVersion = versions
? versions.find((candidate) => !candidate.prerelease)
? versions.find((candidate) => !(candidate.prerelease || candidate.missing))
: !componentVersion.prerelease && { url }

@@ -180,0 +180,0 @@ if (latestPageVersion) model.canonicalUrl = file.pub.canonicalUrl = site.url + latestPageVersion.url

{
"name": "@antora/page-composer",
"version": "2.0.0",
"version": "2.0.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.",

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

"dependencies": {
"handlebars": "^4.0.12",
"require-from-string": "^2.0.2"
"handlebars": "~4.1",
"require-from-string": "~2.0"
},
"engines": {
"node": ">= 8.0.0"
"node": ">=8.11.0"
},

@@ -25,0 +25,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