Comparing version 5.9.6 to 5.9.7
{ | ||
"name": "enmap", | ||
"version": "5.9.6", | ||
"version": "5.9.7", | ||
"description": "A simple database wrapper to make sqlite database interactions much easier for beginners, with additional array helper methods.", | ||
@@ -5,0 +5,0 @@ "main": "src/index.js", |
@@ -787,3 +787,3 @@ declare module 'enmap' { | ||
public reduce<R>( | ||
fn: (acc: R, val: V, key: K, enmap: this) => V, | ||
fn: (acc: R, val: V, key: K, enmap: this) => R, | ||
initialValue: R, | ||
@@ -790,0 +790,0 @@ ): R; |
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
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
2