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-rc.1 to 3.0.0-rc.2

2

lib/content-catalog.js

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

logger.warn('Start page specified for site has invalid syntax: %s', startPageSpec)
} else if (~startPageSpec.indexOf(':')) {
} else if (startPageSpec.lastIndexOf(':') > startPageSpec.indexOf(':')) {
logger.warn('Start page specified for site not found: %s', startPageSpec)

@@ -328,0 +328,0 @@ } else {

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

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

"dependencies": {
"@antora/logger": "3.0.0-rc.1",
"@antora/logger": "3.0.0-rc.2",
"mime-types": "~2.1",

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

],
"gitHead": "044371a33e2c0fed9724d30945bbb549d64845d5"
"gitHead": "b64861391b7e55ea31fcecce4490b9cc02fec1c7"
}
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