sveltekit-sitemap
Advanced tools
Comparing version 1.0.5 to 1.0.6
{ | ||
"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 | ||
} | ||
} |
Empty package
Supply chain riskPackage does not contain any code. It may be removed, is name squatting, or the result of a faulty package publish.
Found 1 instance in 1 package
No README
QualityPackage does not have a README. This may indicate a failed publish or a low quality package.
Found 1 instance in 1 package
Filesystem access
Supply chain riskAccesses the file system, and could potentially read sensitive data.
Found 1 instance in 1 package
1
1052
1
0
2
0
1