@adiwajshing/keyed-db
Advanced tools
Comparing version 0.2.2 to 0.2.3
@@ -74,3 +74,3 @@ "use strict"; | ||
const presentKey = this.firstIndex(v); | ||
if (presentKey >= 0 && presentKey <= this.length) | ||
if (this.array[presentKey] && this.key.key(this.array[presentKey]) === this.key.key(v)) | ||
return; | ||
@@ -77,0 +77,0 @@ this.insert(v); |
{ | ||
"name": "@adiwajshing/keyed-db", | ||
"version": "0.2.2", | ||
"version": "0.2.3", | ||
"description": "Lightweight library to store an in-memory DB", | ||
@@ -5,0 +5,0 @@ "homepage": "https://github.com/adiwajshing/keyed-db", |
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
16577