New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@antora/content-classifier

Package Overview
Dependencies
Maintainers
2
Versions
88
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-beta.4 to 3.0.0-beta.5

12

lib/content-catalog.js

@@ -574,11 +574,5 @@ 'use strict'

}
if (strategy === 'redirect:to') {
originalVersionAlias.out = undefined
originalVersionAlias.rel = symbolicVersionAlias
return originalVersionAlias
} else {
symbolicVersionAlias.out = undefined
symbolicVersionAlias.rel = originalVersionAlias
return symbolicVersionAlias
}
return strategy === 'redirect:to'
? Object.assign(originalVersionAlias, { out: undefined, rel: symbolicVersionAlias })
: Object.assign(symbolicVersionAlias, { out: undefined, rel: originalVersionAlias })
}

@@ -585,0 +579,0 @@

{
"name": "@antora/content-classifier",
"version": "3.0.0-beta.4",
"version": "3.0.0-beta.5",
"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-beta.4",
"@antora/logger": "3.0.0-beta.5",
"mime-types": "~2.1",

@@ -38,4 +38,3 @@ "vinyl": "~2.2"

],
"gitHead": "8a142499e9f1a9e0631777796e06dd6c010d3a90",
"readmeFilename": "README.md"
"gitHead": "a13d03df41654d4deb78211a5a54953ce2a35fb8"
}
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