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 2.1.1 to 2.1.2

3

lib/content-catalog.js

@@ -11,2 +11,3 @@ 'use strict'

const { START_PAGE_ID } = require('./constants')
const SPACE_RX = / /g

@@ -294,3 +295,3 @@ const $components = Symbol('components')

pub.url = url
pub.url = ~url.indexOf(' ') ? url.replace(SPACE_RX, '%20') : url

@@ -297,0 +298,0 @@ if (out) {

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

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

"devDependencies": {
"@antora/content-aggregator": "2.1.1"
"@antora/content-aggregator": "2.1.2"
},

@@ -26,0 +26,0 @@ "engines": {

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