Socket
Socket
Sign inDemoInstall

abstract-leveldown

Package Overview
Dependencies
Maintainers
3
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 2.6.0 to 2.6.1

2

abstract-leveldown.js

@@ -257,3 +257,3 @@ /* Copyright (c) 2013 Rod Vagg, MIT License */

AbstractLevelDOWN.prototype._serializeValue = function (value) {
return this._isBuffer(value) || process.browser
return this._isBuffer(value) || process.browser || value == null
? value

@@ -260,0 +260,0 @@ : String(value)

{
"name": "abstract-leveldown",
"description": "An abstract prototype matching the LevelDOWN API",
"version": "2.6.0",
"version": "2.6.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