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 1.0.0-alpha.5 to 1.0.0-alpha.6

8

lib/create-page-composer.js

@@ -108,4 +108,6 @@ 'use strict'

//let keys = playbook.site.keys
//if (keys) model.keys = keys
model.keys = Object.entries(playbook.site.keys || {}).reduce((accum, [key, value]) => {
if (value) accum[key] = value
return accum
}, {})

@@ -155,3 +157,3 @@ const uiConfig = playbook.ui

breadcrumbs,
//editUrl: file.pub.editUrl,
editUrl: file.src.editUrl,
// NOTE we won't have a home until we have a root (and/or start) component

@@ -158,0 +160,0 @@ // FIXME should be precomputed as file.pub.home; not necessarily root index page

{
"name": "@antora/page-composer",
"version": "1.0.0-alpha.5",
"version": "1.0.0-alpha.6",
"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,3 +18,3 @@ "license": "MPL-2.0",

"dependencies": {
"@antora/content-classifier": "1.0.0-alpha.5",
"@antora/content-classifier": "1.0.0-alpha.6",
"handlebars": "^4.0.11",

@@ -21,0 +21,0 @@ "require-from-string": "^2.0.1"

@@ -6,3 +6,4 @@ # Antora Page Composer

[Antora](https://antora.org) is a modular static site generator designed for making documentation sites from AsciiDoc aggregated from versioned content repositories and processed with Asciidoctor.
[Antora](https://antora.org) is a modular static site generator designed for creating documentation sites from AsciiDoc documents.
Its site generator pipeline aggregates documents from versioned content repositories and processes them using [Asciidoctor](http://asciidoctor.org).

@@ -9,0 +10,0 @@ ## Copyright and License

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