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

deferred-leveldown

Package Overview
Dependencies
Maintainers
1
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.1.0 to 0.2.0

5

deferred-leveldown.js
var util = require('util')
, bops = require('bops')
, AbstractLevelDOWN = require('abstract-leveldown').AbstractLevelDOWN

@@ -40,3 +39,3 @@

DeferredLevelDOWN.prototype._isBuffer = function (obj) {
return bops.is(obj)
return Buffer.isBuffer(obj)
}

@@ -49,2 +48,2 @@

module.exports = DeferredLevelDOWN
module.exports = DeferredLevelDOWN

81

package.json
{
"name" : "deferred-leveldown"
, "description" : "For handling delayed-open on LevelDOWN compatible libraries"
, "version" : "0.1.0"
, "contributors" : [
"Rod Vagg <r@va.gg> (https://github.com/rvagg)"
, "John Chesley <john@chesl.es> (https://github.com/chesles/)"
, "Jake Verbaten <raynos2@gmail.com> (https://github.com/raynos)"
, "Dominic Tarr <dominic.tarr@gmail.com> (https://github.com/dominictarr)"
, "Max Ogden <max@maxogden.com> (https://github.com/maxogden)"
, "Lars-Magnus Skog <lars.magnus.skog@gmail.com> (https://github.com/ralphtheninja)"
, "David Björklund <david.bjorklund@gmail.com> (https://github.com/kesla)"
, "Julian Gruber <julian@juliangruber.com> (https://github.com/juliangruber)"
, "Paolo Fragomeni <paolo@async.ly> (https://github.com/hij1nx)"
, "Anton Whalley <anton.whalley@nearform.com> (https://github.com/No9)"
, "Matteo Collina <matteo.collina@gmail.com> (https://github.com/mcollina)"
, "Pedro Teixeira <pedro.teixeira@gmail.com> (https://github.com/pgte)"
, "James Halliday <mail@substack.net> (https://github.com/substack)"
]
, "repository" : {
"type" : "git"
, "url" : "https://github.com/Level/deferred-leveldown.git"
}
, "homepage" : "https://github.com/Level/deferred-leveldown"
, "keywords": [
"leveldb"
, "level"
, "levelup"
, "leveldown"
]
, "main" : "deferred-leveldown.js"
, "dependencies" : {
"abstract-leveldown" : "~0.10.1"
, "bops" : "~0.0.6"
}
, "devDependencies" : {
"tape" : "~1.0.4"
}
, "scripts" : {
"test" : "node test.js"
}
, "license" : "MIT"
"name": "deferred-leveldown",
"description": "For handling delayed-open on LevelDOWN compatible libraries",
"version": "0.2.0",
"contributors": [
"Rod Vagg <r@va.gg> (https://github.com/rvagg)",
"John Chesley <john@chesl.es> (https://github.com/chesles/)",
"Jake Verbaten <raynos2@gmail.com> (https://github.com/raynos)",
"Dominic Tarr <dominic.tarr@gmail.com> (https://github.com/dominictarr)",
"Max Ogden <max@maxogden.com> (https://github.com/maxogden)",
"Lars-Magnus Skog <lars.magnus.skog@gmail.com> (https://github.com/ralphtheninja)",
"David Björklund <david.bjorklund@gmail.com> (https://github.com/kesla)",
"Julian Gruber <julian@juliangruber.com> (https://github.com/juliangruber)",
"Paolo Fragomeni <paolo@async.ly> (https://github.com/hij1nx)",
"Anton Whalley <anton.whalley@nearform.com> (https://github.com/No9)",
"Matteo Collina <matteo.collina@gmail.com> (https://github.com/mcollina)",
"Pedro Teixeira <pedro.teixeira@gmail.com> (https://github.com/pgte)",
"James Halliday <mail@substack.net> (https://github.com/substack)"
],
"repository": {
"type": "git",
"url": "https://github.com/Level/deferred-leveldown.git"
},
"homepage": "https://github.com/Level/deferred-leveldown",
"keywords": [
"leveldb",
"level",
"levelup",
"leveldown"
],
"main": "deferred-leveldown.js",
"dependencies": {
"abstract-leveldown": "~0.12.1"
},
"devDependencies": {
"tape": "~1.0.4"
},
"scripts": {
"test": "node test.js"
},
"license": "MIT"
}
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