abstract-leveldown
Advanced tools
Comparing version 2.1.3 to 2.1.4
@@ -91,3 +91,3 @@ var db | ||
t.type(size, 'number') | ||
t.equal(typeof size, 'number') | ||
t.ok( | ||
@@ -94,0 +94,0 @@ size > 40000 // account for snappy compression |
{ | ||
"name": "abstract-leveldown", | ||
"description": "An abstract prototype matching the LevelDOWN API", | ||
"version": "2.1.3", | ||
"version": "2.1.4", | ||
"contributors": [ | ||
@@ -6,0 +6,0 @@ "Rod Vagg <r@va.gg> (https://github.com/rvagg)", |
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
114104