New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@mr-hope/vuepress-plugin-sitemap

Package Overview
Dependencies
Maintainers
1
Versions
124
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@mr-hope/vuepress-plugin-sitemap - npm Package Compare versions

Comparing version 1.28.3 to 1.28.5

10

lib/node/sitemap.js

@@ -49,4 +49,8 @@ "use strict";

}));
const sitemapInfo = Object.assign(Object.assign({ changefreq,
links }, (lastmodifyTime ? { lastmod: lastmodifyTime } : {})), frontmatterOptions);
const sitemapInfo = {
changefreq,
links,
...(lastmodifyTime ? { lastmod: lastmodifyTime } : {}),
...frontmatterOptions,
};
pagesMap.set(page.path, sitemapInfo);

@@ -71,3 +75,3 @@ });

if (!exclude.includes(url))
sitemap.write(Object.assign({ url: `${base}${url}` }, page));
sitemap.write({ url: `${base}${url}`, ...page });
});

@@ -74,0 +78,0 @@ urls.forEach((item) => sitemap.write(item));

{
"name": "@mr-hope/vuepress-plugin-sitemap",
"version": "1.28.3",
"version": "1.28.5",
"description": "Sitemap plugin for vuepress",

@@ -35,3 +35,3 @@ "keywords": [

"chalk": "^4.1.2",
"fs-extra": "^10.0.1",
"fs-extra": "^10.1.0",
"sitemap": "^7.1.1"

@@ -42,3 +42,3 @@ },

},
"gitHead": "a9ca511baf42c85209acfae89d34bbce585f32f7"
"gitHead": "62667f4e82dc16fd2f055e50a00b46cfbb977ec3"
}

Sorry, the diff of this file is not supported yet

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