level-packager
Advanced tools
Comparing version 0.19.7 to 1.0.0-0
{ | ||
"name": "level-packager", | ||
"description": "LevelUP package helper for distributing with a LevelDOWN-compatible back-end", | ||
"version": "0.19.7", | ||
"version": "1.0.0-0", | ||
"contributors": [ | ||
@@ -24,3 +24,6 @@ "Rod Vagg <r@va.gg> (https://github.com/rvagg)", | ||
}, | ||
"homepage": "https://github.com/Level/level-packager", | ||
"scripts": { | ||
"test": "node test.js" | ||
}, | ||
"homepage": "https://github.com/Level/packager", | ||
"keywords": [ | ||
@@ -37,9 +40,9 @@ "leveldb", | ||
"dependencies": { | ||
"levelup": "~0.19.0" | ||
"levelup": "~1.0.0" | ||
}, | ||
"license": "MIT", | ||
"devDependencies": { | ||
"level": "^0.19.1", | ||
"leveldown": "~1.0.6", | ||
"tape": "^4.0.0" | ||
} | ||
} |
@@ -10,2 +10,4 @@ level-packager | ||
[![Build Status](https://secure.travis-ci.org/Level/packager.png)](http://travis-ci.org/Level/packager) | ||
**level-packager** exports single function which takes a single argument, a LevelDOWN-API compatible storage back-end for LevelUP. The function returns a constructor function that will bundle LevelUP with the given LevelDOWN replacement. The full API is supported, including all optional arguments, `repair()`, `delete()` and `copy()`. See **[level](https://github.com/Level/level)**, **[level-hyper](https://github.com/Level/level-hyper)** or **[level-lmdb](https://github.com/Level/level-lmdb)** as example use-cases. | ||
@@ -12,0 +14,0 @@ |
@@ -99,6 +99,7 @@ const fs = require('fs') | ||
if (!module.parent) { | ||
const test = require('tape') | ||
, level = require('level') | ||
const test = require('tape') | ||
, packager = require('./') | ||
, leveldown = require('leveldown') | ||
module.exports(test, level) | ||
module.exports(test, packager(leveldown)) | ||
} |
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
12029
8
111
54
+ Addedabstract-leveldown@2.1.4(transitive)
+ Addeddeferred-leveldown@1.0.0(transitive)
+ Addedlevel-codec@6.0.0(transitive)
+ Addedlevel-errors@1.0.5(transitive)
+ Addedlevel-iterator-stream@1.3.1(transitive)
+ Addedlevelup@1.0.0(transitive)
+ Addedreadable-stream@1.1.14(transitive)
+ Addedsemver@4.3.6(transitive)
+ Addedxtend@4.0.2(transitive)
- Removedabstract-leveldown@0.12.4(transitive)
- Removedbl@0.8.2(transitive)
- Removeddeferred-leveldown@0.2.0(transitive)
- Removedlevelup@0.19.1(transitive)
- Removedprr@0.0.0(transitive)
- Removedreadable-stream@1.0.34(transitive)
- Removedsemver@5.1.1(transitive)
- Removedxtend@3.0.0(transitive)
Updatedlevelup@~1.0.0