Comparing version 0.9.9 to 1.0.0
@@ -176,3 +176,5 @@ if (global.GENTLY) require = GENTLY.hijack(require); | ||
if (!(row.key in self._docs)) { | ||
self._keys.push(row.key); | ||
if(self._keys.indexOf(row.key) === -1){ | ||
self._keys.push(row.key); | ||
} | ||
length++; | ||
@@ -179,0 +181,0 @@ } |
{ | ||
"name": "dirty", | ||
"description": "A tiny & fast key value store with append-only disk log. Ideal for apps with < 1 million records.", | ||
"version": "0.9.9", | ||
"version": "1.0.0", | ||
"dependencies": {}, | ||
@@ -6,0 +6,0 @@ "main": "./lib/dirty", |
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
No v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
Found 1 instance in 1 package
29055
784
1