Comparing version 0.14.0 to 0.15.0
{ | ||
"name" : "level" | ||
, "description" : "Fast & simple storage - a Node.js-style LevelDB wrapper (a convenience package bundling LevelUP & LevelDOWN)" | ||
, "version" : "0.15.0" | ||
, "contributors" : [ | ||
@@ -17,3 +18,9 @@ "Rod Vagg <r@va.gg> (https://github.com/rvagg)" | ||
, "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/level.git" | ||
} | ||
, "homepage" : "https://github.com/Level/level" | ||
, "keywords": [ | ||
@@ -28,12 +35,7 @@ "leveldb" | ||
] | ||
, "version" : "0.14.0" | ||
, "main" : "index.js" | ||
, "dependencies" : { | ||
"leveldown" : "~0.7.0" | ||
, "levelup" : "~0.14.0" | ||
"leveldown" : "~0.8.0" | ||
, "levelup" : "~0.15.0" | ||
} | ||
, "repository" : { | ||
"type" : "git" | ||
, "url" : "https://github.com/Level/level.git" | ||
} | ||
, "scripts" : { | ||
@@ -40,0 +42,0 @@ "test" : "node ./test.js" |
@@ -6,7 +6,7 @@ Level | ||
Fast & simple storage - a Node.js-style LevelDB wrapper | ||
------------------------------------------------------- | ||
### Fast & simple storage - a Node.js-style LevelDB wrapper** | ||
[![NPM](https://nodei.co/npm/level.png)](https://nodei.co/npm/level/) | ||
[![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/) | ||
This is a convenience package that bundles the current release of **[LevelUP](https://github.com/rvagg/node-levelup)** and **[LevelDOWN](https://github.com/rvagg/node-leveldown)** and exposes LevelUP on its export. | ||
@@ -66,2 +66,3 @@ | ||
<tr><th align="left">Pedro Teixeira</th><td><a href="https://github.com/pgte">GitHub/pgte</a></td><td><a href="https://twitter.com/pgte">Twitter/@pgte</a></td></tr> | ||
<tr><th align="left">James Halliday</th><td><a href="https://github.com/substack">GitHub/substack</a></td><td><a href="https://twitter.com/substack">Twitter/@substack</a></td></tr> | ||
</tbody></table> | ||
@@ -68,0 +69,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
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
No website
QualityPackage does not have a website.
Found 1 instance in 1 package
9608
1
76
+ Addedcore-util-is@1.0.3(transitive)
+ Addedinherits@2.0.4(transitive)
+ Addedisarray@0.0.1(transitive)
+ Addedleveldown@0.8.3(transitive)
+ Addedlevelup@0.15.0(transitive)
+ Addednan@0.4.4(transitive)
+ Addedreadable-stream@1.0.34(transitive)
+ Addedstring_decoder@0.10.31(transitive)
- Removedleveldown@0.7.0(transitive)
- Removedlevelup@0.14.0(transitive)
- Removedsimple-bufferstream@0.0.4(transitive)
Updatedleveldown@~0.8.0
Updatedlevelup@~0.15.0