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.1 to 1.0.0-alpha.3

README.adoc

2

lib/constants.js

@@ -0,1 +1,3 @@

'use strict'
module.exports = Object.freeze({

@@ -2,0 +4,0 @@ DEFAULT_LAYOUT_NAME: 'default',

2

lib/create-page-composer.js
'use strict'
const handlebars = require('handlebars')
const path = require('path')
const { posix: path } = require('path')
const requireFromString = require('require-from-string')

@@ -6,0 +6,0 @@ const versionCompare = require('@antora/content-classifier/lib/util/version-compare-desc')

{
"name": "@antora/page-composer",
"version": "1.0.0-alpha.1",
"version": "1.0.0-alpha.3",
"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.",
"license": "MPL-2.0",
"author": {
"name": "OpenDevise Inc.",
"url": "https://opendevise.com"
},
"author": "OpenDevise Inc. (https://opendevise.com)",
"contributors": [
"Dan Allen <dan@opendevise.com>",
"Sarah White <sarah@opendevise.com>"
],
"homepage": "https://antora.org",

@@ -17,2 +18,3 @@ "repository": "gitlab:antora/antora",

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

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

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