mqemitter-redis
Advanced tools
Comparing version 1.0.1 to 2.0.0
{ | ||
"name": "mqemitter-redis", | ||
"version": "1.0.1", | ||
"version": "2.0.0", | ||
"description": "Redis-based MQEmitter", | ||
@@ -10,3 +10,3 @@ "main": "mqemitter-redis.js", | ||
"lru-cache": "^4.0.0", | ||
"mqemitter": "^1.0.0", | ||
"mqemitter": "^2.0.0", | ||
"msgpack-lite": "^0.1.14", | ||
@@ -18,3 +18,3 @@ "shortid": "^2.2.2" | ||
"pre-commit": "^1.0.7", | ||
"standard": "^5.4.1", | ||
"standard": "^6.0.0", | ||
"tape": "^4.0.0" | ||
@@ -26,9 +26,5 @@ }, | ||
"scripts": { | ||
"lint": "standard", | ||
"test": "tape test.js | faucet" | ||
"test": "standard && tape test.js | faucet" | ||
}, | ||
"pre-commit": [ | ||
"lint", | ||
"test" | ||
], | ||
"pre-commit": "test", | ||
"repository": { | ||
@@ -35,0 +31,0 @@ "type": "git", |
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
7871
+ Addedmqemitter@2.2.0(transitive)
+ Addedqlobber@1.8.0(transitive)
- Removedmqemitter@1.0.0(transitive)
- Removedqlobber@0.5.3(transitive)
Updatedmqemitter@^2.0.0