@sarpere/heatmapjs-react
Advanced tools
Comparing version
{ | ||
"name": "@sarpere/heatmapjs-react", | ||
"description": "Heatmapjs React bindings", | ||
"private": false, | ||
"version": "0.0.1", | ||
"version": "0.0.4", | ||
"type": "module", | ||
"types": "./dist/index.d.ts", | ||
"files": [ | ||
"dist" | ||
], | ||
"main": "./dist/heatmapjs-react.umd.js", | ||
@@ -19,6 +24,7 @@ "module": "./dist/heatmapjs-react.es.js", | ||
"test": "vitest", | ||
"coverage": "vitest run --coverage" | ||
"coverage": "vitest run --coverage", | ||
"postversion": "git push && git push --tags" | ||
}, | ||
"dependencies": { | ||
"heatmapjs": "^2.0.2", | ||
"heatmapjs": "file:./heatmapjs", | ||
"react": "^18.2.0", | ||
@@ -35,2 +41,3 @@ "react-dom": "^18.2.0" | ||
"vite": "^3.1.0", | ||
"vite-plugin-dts": "^1.6.6", | ||
"vitest": "^0.23.4" | ||
@@ -48,4 +55,3 @@ }, | ||
"url": "https://sarpere.com" | ||
}, | ||
"description": "Heatmapjs React bindings" | ||
} | ||
} |
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
Environment variable access
Supply chain riskPackage accesses environment variables, which may be a sign of credential stuffing or data theft.
Found 1 instance in 1 package
Minified code
QualityThis package contains minified code. This may be harmless in some cases where minified code is included in packaged libraries, however packages on npm should not minify code.
Found 2 instances in 1 package
URL strings
Supply chain riskPackage contains fragments of external URLs or IP addresses, which the package may be accessing at runtime.
Found 1 instance in 1 package
58964
829.15%1017
700.79%9
12.5%4
100%6
500%1
Infinity%- Removed
Updated