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

sveltekit-sitemap

Package Overview
Dependencies
Maintainers
1
Versions
21
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

sveltekit-sitemap - npm Package Compare versions

Comparing version 1.0.5 to 1.0.6

26

package.json
{
"name": "sveltekit-sitemap",
"version": "1.0.5",
"version": "1.0.6",
"description": "",
"main": "index.mjs",
"types": "index.d.ts",
"main": "./dist/index.mjs",
"types": "./dist/index.d.ts",
"author": "beynar",

@@ -21,3 +21,23 @@ "repository": "https://github.com/beynar/sveltekit-sitemap",

"vitest": "^0.26.3"
},
"files": [
"./dist/index.mjs",
"./dist/index.d.ts"
],
"scripts": {
"dev": "tsup --format esm --watch --dts",
"build": "tsup --format esm --minify --dts",
"test:ui": "vitest --ui",
"pub": "pnpm run build && node increment && npm publish --access public",
"test": "vitest"
},
"tsup": {
"entry": [
"src/index.ts"
],
"splitting": false,
"dts": true,
"sourcemap": true,
"clean": true
}
}
index.d.ts
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