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 1.0.0-alpha.1 to 1.0.0-alpha.2

README.adoc

4

lib/classify-content.js
'use strict'
const ContentCatalog = require('./content-catalog')
const path = require('path')
const { posix: path } = require('path')

@@ -112,3 +112,3 @@ /**

const index = nav.findIndex((candidate) => candidate === filepath)
if (index !== -1) return { index }
if (~index) return { index }
}

@@ -115,0 +115,0 @@

{
"name": "@antora/content-classifier",
"version": "1.0.0-alpha.1",
"version": "1.0.0-alpha.2",
"description": "Organizes aggregated content into a virtual file catalog for use in an Antora documentation pipeline.",
"license": "MPL-2.0",
"author": {
"name": "OpenDevise Inc.",
"url": "https://opendevise.com"
},
"author": "OpenDevise Inc. (https://opendevise.com)",
"contributors": [
"Dan Allen <dan@opendevise.com>",
"Sarah White <sarah@opendevise.com>",
"Hubert SABLONNIÈRE <hubert.sablonniere@gmail.com>"
],
"homepage": "https://antora.org",

@@ -11,0 +13,0 @@ "repository": "gitlab:antora/antora",

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