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

level

Package Overview
Dependencies
Maintainers
1
Versions
45
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

level - npm Package Compare versions

Comparing version 0.14.0 to 0.15.0

16

package.json
{
"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 @@

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