Socket
Socket
Sign inDemoInstall

@antora/site-mapper

Package Overview
Dependencies
70
Maintainers
2
Versions
77
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 3.2.0-alpha.2 to 3.2.0-alpha.3

2

lib/map-site.js

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

} else {
robots = robots.trimRight()
robots = robots.trimEnd()
}

@@ -141,0 +141,0 @@ return new File({

{
"name": "@antora/site-mapper",
"version": "3.2.0-alpha.2",
"version": "3.2.0-alpha.3",
"description": "Generates sitemap files that list all publishable pages in an Antora documentation pipeline.",

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

"dependencies": {
"@antora/content-classifier": "3.2.0-alpha.2",
"@antora/content-classifier": "3.2.0-alpha.3",
"vinyl": "~2.2"

@@ -46,5 +46,5 @@ },

"test": "_mocha",
"prepublishOnly": "node $npm_config_local_prefix/npm/prepublishOnly.js",
"postpublish": "node $npm_config_local_prefix/npm/postpublish.js"
"prepublishOnly": "npx -y downdoc@latest --prepublish",
"postpublish": "npx -y downdoc@latest --postpublish"
}
}

@@ -14,2 +14,2 @@ # Antora Site Mapper

Use of this software is granted under the terms of the [Mozilla Public License Version 2.0](https://www.mozilla.org/en-US/MPL/2.0/) (MPL-2.0).
Use of this software is granted under the terms of the [Mozilla Public License Version 2.0](https://www.mozilla.org/en-US/MPL/2.0/) (MPL-2.0).
SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc