deferred-leveldown
Advanced tools
Comparing version 0.1.0 to 0.2.0
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 |
{ | ||
"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" | ||
} |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
1
11992
+ Addedabstract-leveldown@0.12.4(transitive)
+ Addedxtend@3.0.0(transitive)
- Removedbops@~0.0.6
- Removedabstract-leveldown@0.10.2(transitive)
- Removedbase64-js@0.0.2(transitive)
- Removedbops@0.0.7(transitive)
- Removedto-utf8@0.0.1(transitive)
Updatedabstract-leveldown@~0.12.1