hookstore-error
Advanced tools
Comparing version 0.2.1 to 0.2.2
{ | ||
"name": "hookstore-error", | ||
"version": "0.2.1", | ||
"version": "0.2.2", | ||
"description": "simple error handler middleware for hookstore", | ||
"main": "lib/index.js", | ||
"module": "es/index.js", | ||
"types": "lib/index.d.ts", | ||
"main": "dist/index.js", | ||
"module": "dist/index.esm.js", | ||
"types": "dist/index.d.ts", | ||
"sideEffects": false, | ||
"dependencies": { | ||
"@babel/runtime": "^7.7.2", | ||
"hookstore": "^0.2.3" | ||
@@ -30,4 +29,3 @@ }, | ||
"files": [ | ||
"lib", | ||
"es", | ||
"dist", | ||
"src", | ||
@@ -37,3 +35,3 @@ "README.md" | ||
"license": "MIT", | ||
"gitHead": "c350ee11f4c8faf2dfdaa0212218b8fe286e405d" | ||
"gitHead": "18618729bd5b17228b1c7e1ee1180e18198365d8" | ||
} |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
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
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
8898
1
192
7
1
- Removed@babel/runtime@^7.7.2
- Removed@babel/runtime@7.26.0(transitive)
- Removedregenerator-runtime@0.14.1(transitive)