mightycache
Advanced tools
Comparing version 3.4.0 to 3.4.1
{ | ||
"name": "mightycache", | ||
"version": "3.4.0", | ||
"version": "3.4.1", | ||
"dependencies": { | ||
"bluebird": { | ||
"version": "3.3.5", | ||
"version": "3.4.0", | ||
"from": "bluebird@>=3.3.5 <4.0.0", | ||
"resolved": "https://registry.npmjs.org/bluebird/-/bluebird-3.3.5.tgz" | ||
"resolved": "https://registry.npmjs.org/bluebird/-/bluebird-3.4.0.tgz" | ||
}, | ||
@@ -23,2 +23,3 @@ "double-ended-queue": { | ||
"from": "fs-wishlist@>=1.1.3 <2.0.0", | ||
"resolved": "http://registry.npmjs.org/fs-wishlist/-/fs-wishlist-1.1.3.tgz", | ||
"dependencies": { | ||
@@ -43,5 +44,5 @@ "bluebird": { | ||
"redis": { | ||
"version": "2.6.0-2", | ||
"from": "redis@>=2.6.0-2 <3.0.0", | ||
"resolved": "https://registry.npmjs.org/redis/-/redis-2.6.0-2.tgz" | ||
"version": "2.6.2", | ||
"from": "redis@>=2.6.2 <3.0.0", | ||
"resolved": "https://registry.npmjs.org/redis/-/redis-2.6.2.tgz" | ||
}, | ||
@@ -54,5 +55,5 @@ "redis-commands": { | ||
"redis-parser": { | ||
"version": "1.3.0", | ||
"from": "redis-parser@>=1.3.0 <2.0.0", | ||
"resolved": "https://registry.npmjs.org/redis-parser/-/redis-parser-1.3.0.tgz" | ||
"version": "2.0.3", | ||
"from": "redis-parser@>=2.0.0 <3.0.0", | ||
"resolved": "https://registry.npmjs.org/redis-parser/-/redis-parser-2.0.3.tgz" | ||
}, | ||
@@ -62,2 +63,3 @@ "s3fs": { | ||
"from": "s3fs@>=2.4.7 <3.0.0", | ||
"resolved": "https://registry.npmjs.org/s3fs/-/s3fs-2.4.7.tgz", | ||
"dependencies": { | ||
@@ -64,0 +66,0 @@ "aws-sdk": { |
{ | ||
"name": "mightycache", | ||
"version": "3.4.0", | ||
"version": "3.4.1", | ||
"description": "Module providing multiple implementations of a cache backed by a data store.", | ||
@@ -43,3 +43,3 @@ "keywords": [ | ||
"inherit-multiple": "^1.0.1", | ||
"redis": "^2.6.1", | ||
"redis": "^2.6.2", | ||
"s3fs": "^2.4.7", | ||
@@ -53,3 +53,3 @@ "uuid": "^2.0.2" | ||
"dirty-chai": "^1.2.2", | ||
"eslint": "^2.12.0", | ||
"eslint": "^2.13.0", | ||
"istanbul": "^0.4.3", | ||
@@ -56,0 +56,0 @@ "jscs": "^3.0.4", |
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
2101
152960
Updatedredis@^2.6.2