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.17.0 to 0.18.0

.travis.yml

11

package.json
{
"name" : "level"
, "description" : "Fast & simple storage - a Node.js-style LevelDB wrapper (a convenience package bundling LevelUP & LevelDOWN)"
, "version" : "0.17.0"
, "version" : "0.18.0"
, "contributors" : [

@@ -34,7 +34,10 @@ "Rod Vagg <r@va.gg> (https://github.com/rvagg)"

]
, "main" : "index.js"
, "main" : "level.js"
, "dependencies" : {
"leveldown" : "~0.9.0"
, "levelup" : "~0.17.0"
"leveldown" : "~0.10.0"
, "level-packager" : "~0.18.0"
}
, "devDependencies" : {
"tape" : "*"
}
, "scripts" : {

@@ -41,0 +44,0 @@ "test" : "node ./test.js"

@@ -6,4 +6,6 @@ Level

### Fast & simple storage - a Node.js-style LevelDB wrapper**
**Fast & simple storage - a Node.js-style LevelDB wrapper**
[![Build Status](https://secure.travis-ci.org/Level/level.png)](http://travis-ci.org/Level/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/)

@@ -10,0 +12,0 @@

@@ -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('./'))
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