Socket
Socket
Sign inDemoInstall

@gitbook-ng/gitbook-plugin-sitemap

Package Overview
Dependencies
3
Maintainers
1
Versions
3
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 1.3.1 to 1.3.2

2

index.js

@@ -20,3 +20,3 @@ var fs = require('fs');

var url = this.output.toURL(pathPrefix + lang + page.path);
if (url.startsWith('./')) url = ''; # To avoid https://example.com/./ in sitemap
if (url.startsWith('./')) url = ''; // To avoid https://example.com/./ in sitemap

@@ -23,0 +23,0 @@ urls.push({ url });

@@ -5,3 +5,3 @@ {

"main": "index.js",
"version": "1.3.1",
"version": "1.3.2",
"engines": {

@@ -8,0 +8,0 @@ "gitbook": ">=3.0.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