deferred-leveldown
Advanced tools
Comparing version 0.3.0 to 1.0.0
{ | ||
"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": { |
10
test.js
@@ -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 @@ } |
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
New author
Supply chain riskA new npm collaborator published a version of the package for the first time. New collaborators are usually benign additions to a project, but do indicate a change to the security surface area of a package.
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
New author
Supply chain riskA new npm collaborator published a version of the package for the first time. New collaborators are usually benign additions to a project, but do indicate a change to the security surface area of a package.
Found 1 instance in 1 package
No v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
Found 1 instance in 1 package
14489
0
+ Addedabstract-leveldown@2.1.4(transitive)
+ Addedxtend@4.0.2(transitive)
- Removedabstract-leveldown@0.12.4(transitive)
- Removedxtend@3.0.0(transitive)
Updatedabstract-leveldown@~2.1.2