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

deferred-leveldown

Package Overview
Dependencies
Maintainers
3
Versions
29
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

deferred-leveldown - npm Package Compare versions

Comparing version 0.3.0 to 1.0.0

4

package.json
{
"name": "deferred-leveldown",
"description": "For handling delayed-open on LevelDOWN compatible libraries",
"version": "0.3.0",
"version": "1.0.0",
"contributors": [

@@ -33,3 +33,3 @@ "Rod Vagg <r@va.gg> (https://github.com/rvagg)",

"dependencies": {
"abstract-leveldown": "~0.12.1"
"abstract-leveldown": "~2.1.2"
},

@@ -36,0 +36,0 @@ "devDependencies": {

@@ -50,7 +50,7 @@ var test = require('tape')

t.equal(value, 'bar1', 'correct value')
t.deepEqual({}, options, 'empty options')
t.deepEqual(options, {}, 'empty options')
} else {
t.equal(key, 'foo2', 'correct key')
t.equal(value, 'bar2', 'correct value')
t.deepEqual({}, options, 'empty options')
t.deepEqual(options, {}, 'empty options')
}

@@ -62,6 +62,6 @@ callback('put' + puts)

t.equal('woo1', key, 'correct key')
t.deepEqual({}, options, 'empty options')
t.deepEqual(options, { asBuffer: true }, 'empty options')
} else {
t.equal('woo2', key, 'correct key')
t.deepEqual({}, options, 'empty options')
t.deepEqual(options, { asBuffer: true }, 'empty options')
}

@@ -72,3 +72,3 @@ callback('gets' + gets)

t.equal('blergh', key, 'correct key')
t.deepEqual({}, options, 'empty options')
t.deepEqual(options, {}, 'empty options')
callback('del')

@@ -75,0 +75,0 @@ }

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