resolve-eventstore-base
Advanced tools
Comparing version 0.26.4 to 0.27.0-alpha
{ | ||
"name": "resolve-eventstore-base", | ||
"version": "0.26.4", | ||
"version": "0.27.0-alpha", | ||
"description": "A base for reSolve eventstore adapters", | ||
@@ -20,3 +20,3 @@ "keywords": [ | ||
"module": "./es/index.js", | ||
"types": "./index.d.ts", | ||
"types": "./types/index.d.ts", | ||
"scripts": { | ||
@@ -28,3 +28,4 @@ "test": "jest --config=../../../../jest.config.js --verbose", | ||
"@babel/runtime": "7.9.6", | ||
"resolve-debug-levels": "0.26.4" | ||
"resolve-debug-levels": "0.27.0-alpha", | ||
"resolve-core": "0.27.0-alpha" | ||
}, | ||
@@ -51,3 +52,4 @@ "devDependencies": { | ||
} | ||
] | ||
} | ||
], | ||
"sourceType": "ts" | ||
} |
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
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
1
2617
3
4
28
+ Addedresolve-core@0.27.0-alpha
+ Addedresolve-core@0.27.0-alpha(transitive)
+ Addedresolve-debug-levels@0.27.0-alpha(transitive)
- Removedresolve-debug-levels@0.26.4(transitive)