Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@antora/site-mapper

Package Overview
Dependencies
Maintainers
2
Versions
81
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@antora/site-mapper - npm Package Compare versions

Comparing version 2.3.0-alpha.1 to 2.3.0-alpha.2

4

lib/map-site.js

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

sitemapEntries = sitemapEntries.map(createUrlElement.bind(null, siteUrl))
sitemap.contents = Buffer.from(createSitemapDocument(sitemapEntries))
sitemap.contents = Buffer.from(createSitemapDocument(sitemapEntries) + '\n')
return sitemap

@@ -81,3 +81,3 @@ })

const sitemapIndexEntries = sitemaps.map(createSitemapElement.bind(null, siteUrl))
sitemapIndex = new File({ contents: Buffer.from(createSitemapIndexDocument(sitemapIndexEntries)) })
sitemapIndex = new File({ contents: Buffer.from(createSitemapIndexDocument(sitemapIndexEntries) + '\n') })
sitemaps.unshift(sitemapIndex)

@@ -84,0 +84,0 @@ } else {

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

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

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

@@ -22,0 +22,0 @@ },

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