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.1.4 to 3.1.5

2

lib/content-catalog.js

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

function computeVersionSegment (name, version, mode) {
// special designation for master verson is @deprecated; special designation scheduled to be removed in Antora 4
// special designation for master version is @deprecated; special designation scheduled to be removed in Antora 4
if (mode === 'original') return !version || version === 'master' ? '' : version

@@ -553,0 +553,0 @@ const strategy = this.latestVersionUrlSegmentStrategy

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

@@ -30,4 +30,4 @@ "license": "MPL-2.0",

"dependencies": {
"@antora/asciidoc-loader": "3.1.4",
"@antora/logger": "3.1.4",
"@antora/asciidoc-loader": "3.1.5",
"@antora/logger": "3.1.5",
"mime-types": "~2.1",

@@ -34,0 +34,0 @@ "vinyl": "~2.2"

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