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

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.1.1 to 2.1.2

2

abstract/put-get-del-test.js

@@ -50,3 +50,3 @@ /**** SETUP & UTILITY STUFF ****/

if (hasExpectedResult) {
t.ok(result === expectedResult, 'got `' + expectedResult + '`')
t.ok(result.toString() === expectedResult, 'got `' + expectedResult + '`')
} else {

@@ -53,0 +53,0 @@ if (result != null)

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