Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

abstract-leveldown

Package Overview
Dependencies
Maintainers
1
Versions
79
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

abstract-leveldown - npm Package Compare versions

Comparing version 0.12.0 to 0.12.1

6

abstract/put-get-del-test.js

@@ -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)",

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc