@hsds/utils-react
Advanced tools
Comparing version 9.0.1 to 9.0.2-esm.0
@@ -5,2 +5,9 @@ # Changelog | ||
## [9.0.2-esm.0](https://github.com/helpscout/hsds/compare/utils-react-9.0.1...utils-react-9.0.2-esm.0) (2024-04-10) | ||
### Features | ||
* **workspace:** testing producing plain esm files ([25a69d2](https://github.com/helpscout/hsds/commit/25a69d2ba0671e2c1845a2beccb1f61fa71d4c1e)) | ||
## [9.0.1](https://github.com/helpscout/hsds/compare/utils-react-9.0.1-next.4...utils-react-9.0.1) (2024-03-01) | ||
@@ -7,0 +14,0 @@ |
{ | ||
"name": "@hsds/utils-react", | ||
"version": "9.0.1", | ||
"version": "9.0.2-esm.0", | ||
"peerDependencies": { | ||
"react": "~16.14.0 || ~17.0.2" | ||
}, | ||
"module": "./index.esm.js", | ||
"type": "module", | ||
"main": "index.cjs", | ||
"type": "commonjs", | ||
"dependencies": { | ||
@@ -10,0 +11,0 @@ "lodash.get": "4.4.2", |
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
Uses eval
Supply chain riskPackage uses dynamic code execution (e.g., eval()), which is a dangerous practice. This can prevent the code from running in certain environments and increases the risk that the code may contain exploits or malicious behavior.
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
No v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
Found 1 instance in 1 package
77717
1823
Yes
2
3
2