Comparing version 0.16.0 to 0.17.0-1
{ | ||
"name" : "level" | ||
, "description" : "Fast & simple storage - a Node.js-style LevelDB wrapper (a convenience package bundling LevelUP & LevelDOWN)" | ||
, "version" : "0.16.0" | ||
, "version" : "0.17.0-1" | ||
, "contributors" : [ | ||
@@ -34,7 +34,10 @@ "Rod Vagg <r@va.gg> (https://github.com/rvagg)" | ||
] | ||
, "main" : "index.js" | ||
, "main" : "level.js" | ||
, "dependencies" : { | ||
"leveldown" : "~0.8.0" | ||
, "levelup" : "~0.16.0" | ||
"leveldown" : "~0.9.0" | ||
, "level-packager" : "~0.17.0" | ||
} | ||
, "devDependencies" : { | ||
"tape" : "*" | ||
} | ||
, "scripts" : { | ||
@@ -41,0 +44,0 @@ "test" : "node ./test.js" |
@@ -6,3 +6,3 @@ Level | ||
### Fast & simple storage - a Node.js-style LevelDB wrapper** | ||
**Fast & simple storage - a Node.js-style LevelDB wrapper** | ||
@@ -9,0 +9,0 @@ [![NPM](https://nodei.co/npm/level.png?stars&downloads)](https://nodei.co/npm/level/) [![NPM](https://nodei.co/npm-dl/level.png)](https://nodei.co/npm/level/) |
@@ -1,4 +0,1 @@ | ||
var assert = require('assert') | ||
assert(require('./') === require('levelup')) | ||
console.log('All good! level === levelup') | ||
require('level-packager/test')(require('tape'), require('./')) |
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
Empty package
Supply chain riskPackage does not contain any code. It may be removed, is name squatting, or the result of a faulty package publish.
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
Trivial Package
Supply chain riskPackages less than 10 lines of code are easily copied into your own project and may not warrant the additional supply chain risk of an external dependency.
Found 1 instance in 1 package
9644
1
0
+ Addedlevel-packager@~0.17.0
+ Addedabstract-leveldown@0.10.2(transitive)
+ Addeddeferred-leveldown@0.0.1(transitive)
+ Addedlevel-packager@0.17.0(transitive)
+ Addedleveldown@0.9.2(transitive)
+ Addedlevelup@0.17.0(transitive)
+ Addedobject-keys@0.4.0(transitive)
+ Addedxtend@2.1.2(transitive)
- Removedlevelup@~0.16.0
- Removedforeach@2.0.6(transitive)
- Removedindexof@0.0.1(transitive)
- Removedis@0.2.7(transitive)
- Removedis-object@0.1.2(transitive)
- Removedleveldown@0.8.3(transitive)
- Removedlevelup@0.16.0(transitive)
- Removedobject-keys@0.2.0(transitive)
- Removedxtend@2.0.6(transitive)
Updatedleveldown@~0.9.0