Comparing version 5.2.0 to 5.2.1
{ | ||
"name": "enmap", | ||
"version": "5.2.0", | ||
"version": "5.2.1", | ||
"description": "A simple database wrapper to make sqlite database interactions much easier for beginners, with additional array helper methods.", | ||
@@ -5,0 +5,0 @@ "types": "index.d.ts", |
@@ -783,3 +783,5 @@ // Lodash should probably be a core lib but hey, it's useful! | ||
const index = data.indexOf(val); | ||
data.splice(index, 1); | ||
if (index > -1) { | ||
data.splice(index, 1); | ||
} | ||
} else if (isObject(data)) { | ||
@@ -786,0 +788,0 @@ delete data[val]; |
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
161200
2443
0