encoding-down
Advanced tools
Comparing version 2.0.8 to 2.1.0
@@ -67,2 +67,6 @@ 'use strict' | ||
DB.prototype.approximateSize = function (start, end, opts, cb) { | ||
return this.db.approximateSize(start, end, opts, cb) | ||
} | ||
function Iterator (db, opts) { | ||
@@ -69,0 +73,0 @@ AbstractIterator.call(this, db) |
{ | ||
"name": "encoding-down", | ||
"version": "2.0.8", | ||
"version": "2.1.0", | ||
"license": "MIT", | ||
@@ -5,0 +5,0 @@ "repository": "level/encoding-down", |
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
3557
98