react-router-sitemap-maker
Advanced tools
Comparing version 1.0.0 to 1.0.1
{ | ||
"name": "react-router-sitemap-maker", | ||
"version": "1.0.0", | ||
"version": "1.0.1", | ||
"description": "Generates a sitemap from react-router-dom routes", | ||
"author": "RikThePixel", | ||
"license": "MIT", | ||
"main": "index.js", | ||
"main": "dist/index.js", | ||
"types": "dist/index.d.ts", | ||
"files": [ | ||
"dist" | ||
], | ||
"scripts": { | ||
"build": "tsc", | ||
"test": "ts-mocha 'test/**/*.ts'" | ||
"test": "ts-mocha 'test/**/*.ts'", | ||
"prepublish": "npm run build" | ||
}, | ||
@@ -42,2 +47,2 @@ "repository": { | ||
] | ||
} | ||
} |
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
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
7890
9
135
1
1