Comparing version 1.1.3 to 1.1.4
{ | ||
"name": "onionskin", | ||
"version": "1.1.3", | ||
"version": "1.1.4", | ||
"authors": [ | ||
@@ -5,0 +5,0 @@ "Tadeu Zagallo <tadeuzagallo@gmail.com>" |
{ | ||
"name": "onionskin", | ||
"version": "1.1.3", | ||
"version": "1.1.4", | ||
"description": "Multilayer Cache Manager for JavaScript", | ||
@@ -38,3 +38,3 @@ "main": "src/onionskin.js", | ||
"dependencies": { | ||
"bluebird": "~2.0.5" | ||
"bluebird": "~2.1.0" | ||
}, | ||
@@ -41,0 +41,0 @@ "testling": { |
@@ -130,3 +130,3 @@ var Promise = require('bluebird'); | ||
db.close(); | ||
} | ||
}; | ||
}); | ||
@@ -150,3 +150,3 @@ }); | ||
}; | ||
var request = store.delete(key); | ||
store.delete(key); | ||
}); | ||
@@ -177,5 +177,7 @@ }); | ||
reject(err.target.error); | ||
db.close(); | ||
}; | ||
request.onsuccess = function () { | ||
resolve(request.result); | ||
db.close(); | ||
}; | ||
@@ -182,0 +184,0 @@ }); |
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
1784106
6998
+ Addedbluebird@2.1.3(transitive)
- Removedbluebird@2.0.7(transitive)
Updatedbluebird@~2.1.0