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

vite-plugin-pages-sitemap

Package Overview
Dependencies
Maintainers
1
Versions
30
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

vite-plugin-pages-sitemap - npm Package Compare versions

Comparing version 1.4.3 to 1.4.4

19

dist/index.d.ts

@@ -62,22 +62,5 @@ /**

type UserOptions = Partial<Options>;
interface ResolvedOptions extends Options {
}
declare function generateSitemap(options: UserOptions): void;
declare function getSitemapLinks(options: ResolvedOptions): {
url: string;
changefreq: string;
priority: number;
lastmod: Date;
}[];
declare function flatRoutes(routes: any[]): {
component?: string | undefined;
path: string;
}[];
declare function getDestPath(dest: string): string;
declare function getResolvedPath(filename: string, extension: string, dest: string): string;
declare function writeXmlFile(resolvedPath: string, str: string, options: ResolvedOptions): void;
declare function writeRobotFile(resolvedPath: string, options: ResolvedOptions): void;
declare function getFinalSitemapPath(options: ResolvedOptions): string;
export { generateSitemap as default, flatRoutes, getDestPath, getFinalSitemapPath, getResolvedPath, getSitemapLinks, writeRobotFile, writeXmlFile };
export { generateSitemap as default };

2

package.json
{
"name": "vite-plugin-pages-sitemap",
"version": "1.4.3",
"version": "1.4.4",
"description": "vite-plugin-pages based sitemap generator",

@@ -5,0 +5,0 @@ "license": "MIT",

Sorry, the diff of this file is too big to display

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