abstract-leveldown
Advanced tools
Comparing version 0.6.0 to 0.6.1
@@ -37,3 +37,3 @@ /* Copyright (c) 2013 Rod Vagg, MIT License */ | ||
if (this._ended) | ||
throw new Error('end() already called on iterator') | ||
return callback(new Error('end() already called on iterator')) | ||
@@ -40,0 +40,0 @@ this._ended = true |
{ | ||
"name" : "abstract-leveldown" | ||
, "description" : "An abstract prototype matching the LevelDOWN API" | ||
, "version" : "0.6.0" | ||
, "version" : "0.6.1" | ||
, "homepage" : "https://github.com/rvagg/node-abstract-leveldown" | ||
@@ -6,0 +6,0 @@ , "contributors" : [ |
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
82513