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

@binsarjr/sveltekit-sitemap

Package Overview
Dependencies
Maintainers
1
Versions
25
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@binsarjr/sveltekit-sitemap - npm Package Compare versions

Comparing version 0.0.3 to 0.0.4

2

dist/plugin.d.ts

@@ -1,4 +0,4 @@

export function sitemapPlugin({ routesDir, sitemapFile }?: import('./types.js').SitemapPluginParams): {
export function sitemapPlugin({ routesDir, sitemapFile }?: import('./types.d.ts').SitemapPluginParams): {
name: string;
configureServer(server: import('vite').ViteDevServer): void;
};

@@ -6,3 +6,3 @@ import fs from "fs";

export const sitemapPlugin = ( /** @type {import('./types.js').SitemapPluginParams} */ {
export const sitemapPlugin = ( /** @type {import('./types.d.ts').SitemapPluginParams} */ {
routesDir = "./src/routes",

@@ -9,0 +9,0 @@ sitemapFile = "./src/sitemap.ts"

@@ -10,3 +10,3 @@ {

},
"version": "0.0.3",
"version": "0.0.4",
"scripts": {

@@ -13,0 +13,0 @@ "dev": "vite dev",

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