abstract-leveldown
Advanced tools
Comparing version 0.12.0 to 0.12.1
@@ -83,4 +83,3 @@ /**** SETUP & UTILITY STUFF ****/ | ||
module.exports.errorKeys = function (testFunc, BufferType) { | ||
if (!BufferType) | ||
BufferType = process.browser ? ArrayBuffer : Buffer | ||
if (!BufferType) BufferType = Buffer | ||
test = testFunc | ||
@@ -122,4 +121,3 @@ makeErrorKeyTest('null key', null, /key cannot be `null` or `undefined`/) | ||
module.exports.errorValues = function (testFunc, BufferType) { | ||
if (!BufferType) | ||
BufferType = process.browser ? ArrayBuffer : Buffer | ||
if (!BufferType) BufferType = Buffer | ||
test = testFunc | ||
@@ -126,0 +124,0 @@ makePutErrorTest('null value', 'foo', null, /value cannot be `null` or `undefined`/) |
{ | ||
"name": "abstract-leveldown", | ||
"description": "An abstract prototype matching the LevelDOWN API", | ||
"version": "0.12.0", | ||
"version": "0.12.1", | ||
"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
112055
2531