Comparing version 1.1.1 to 1.2.0
{ | ||
"name": "levelup", | ||
"description": "Fast & simple storage - a Node.js-style LevelDB wrapper", | ||
"version": "1.1.1", | ||
"version": "1.2.0", | ||
"contributors": [ | ||
@@ -50,3 +50,3 @@ "Rod Vagg <r@va.gg> (https://github.com/rvagg)", | ||
"faucet": "~0.0.1", | ||
"leveldown": "~1.1.0", | ||
"leveldown": "^1.1.0", | ||
"memdown": "~1.0.0", | ||
@@ -53,0 +53,0 @@ "msgpack-js": "~0.3.0", |
@@ -34,3 +34,3 @@ /* Copyright (c) 2012-2015 LevelUP contributors | ||
return false | ||
if (!/Installed version of LevelDOWN \(0\.0\.0\) does not match required version \(~\d+\.\d+\.\d+\)/.test(err.message)) | ||
if (!/Installed version of LevelDOWN \(0\.0\.0\) does not match required version \(\^\d+\.\d+\.\d+\)/.test(err.message)) | ||
return false | ||
@@ -37,0 +37,0 @@ return true |
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
180456