level-packager
Advanced tools
Comparing version 2.1.0 to 2.1.1
{ | ||
"name": "level-packager", | ||
"description": "LevelUP package helper for distributing with a LevelDOWN-compatible back-end", | ||
"version": "2.1.0", | ||
"version": "2.1.1", | ||
"contributors": [ | ||
@@ -25,3 +25,3 @@ "Rod Vagg <r@va.gg> (https://github.com/rvagg)", | ||
"scripts": { | ||
"test": "standard && node test.js" | ||
"test": "standard && node test.js && rm -rf level-test*" | ||
}, | ||
@@ -40,3 +40,3 @@ "homepage": "https://github.com/Level/packager", | ||
"dependencies": { | ||
"encoding-down": "~3.0.0", | ||
"encoding-down": "~4.0.0", | ||
"levelup": "^2.0.0" | ||
@@ -46,3 +46,3 @@ }, | ||
"devDependencies": { | ||
"leveldown": "^2.0.0", | ||
"leveldown": "^3.0.0", | ||
"standard": "^10.0.3", | ||
@@ -49,0 +49,0 @@ "tape": "^4.0.0" |
@@ -40,3 +40,3 @@ # level-packager | ||
Copyright (c) 2012-2017 `level-packager` [contributors](https://github.com/level/community#contributors). | ||
Copyright (c) 2012-2018 `level-packager` [contributors](https://github.com/level/community#contributors). | ||
@@ -43,0 +43,0 @@ `level-packager` is licensed under the MIT license. All rights not explicitly granted in the MIT license are reserved. See the included `LICENSE.md` file for more details. |
Sorry, the diff of this file is not supported yet
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
17900
8
+ Addedencoding-down@4.0.1(transitive)
- Removedabstract-leveldown@3.0.0(transitive)
- Removedencoding-down@3.0.1(transitive)
Updatedencoding-down@~4.0.0