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

@antora/content-classifier

Package Overview
Dependencies
Maintainers
2
Versions
86
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@antora/content-classifier - npm Package Compare versions

Comparing version 3.0.0-alpha.10 to 3.0.0-beta.1

8

lib/content-catalog.js

@@ -172,7 +172,7 @@ 'use strict'

publishable = true
versionSegment = computeVersionSegment.bind(this)(src.component, src.version)
versionSegment = computeVersionSegment.call(this, src.component, src.version)
file.out = computeOut(src, family, versionSegment, this.htmlUrlExtensionStyle)
}
if (!file.pub && (publishable || family === 'nav')) {
if (versionSegment == null) versionSegment = computeVersionSegment.bind(this)(src.component, src.version)
if (versionSegment == null) versionSegment = computeVersionSegment.call(this, src.component, src.version)
file.pub = computePub(src, file.out, family, versionSegment, this.htmlUrlExtensionStyle)

@@ -293,3 +293,3 @@ }

// QUESTION: should we warn if the default start page cannot be found?
const versionSegment = computeVersionSegment.bind(this)(name, version)
const versionSegment = computeVersionSegment.call(this, name, version)
componentVersion.url = computePub(

@@ -307,3 +307,3 @@ (startPageSrc = prepareSrc(Object.assign({}, indexPageId, { family: 'page' }))),

version,
computeVersionSegment.bind(this)(name, version, 'alias'),
computeVersionSegment.call(this, name, version, 'alias'),
this.latestVersionUrlSegmentStrategy

@@ -310,0 +310,0 @@ )

{
"name": "@antora/content-classifier",
"version": "3.0.0-alpha.10",
"version": "3.0.0-beta.1",
"description": "Organizes aggregated content into a virtual file catalog for use in an Antora documentation pipeline.",

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

"dependencies": {
"@antora/logger": "3.0.0-alpha.10",
"@antora/logger": "3.0.0-beta.1",
"mime-types": "~2.1",

@@ -25,3 +25,3 @@ "vinyl": "~2.2"

"engines": {
"node": ">=10.17.0"
"node": ">=12.21.0"
},

@@ -39,3 +39,3 @@ "files": [

],
"gitHead": "a9e10aacbc6fb0c4dc3a42dd7e4a5c763d153428"
"gitHead": "7c5ef1ea93dd489af533c80a936c736013c41769"
}

@@ -6,3 +6,3 @@ # Antora Content Classifier

[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](https://asciidoctor.org).
Its site generator aggregates documents from versioned content repositories and processes them using [Asciidoctor](https://asciidoctor.org).

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