amqp-wrapper
Advanced tools
Comparing version 4.1.0 to 4.1.1
{ | ||
"name": "amqp-wrapper", | ||
"version": "4.1.0", | ||
"version": "4.1.1", | ||
"description": "A wrapper around https://github.com/squaremo/amqp.node to make consuming and publishing dead easy.", | ||
"main": "amqp.js", | ||
"scripts": { | ||
"test": "grunt test" | ||
"test": "istanbul cover _mocha -- test/lib", | ||
"jshint": "jshint -c .jshintrc --exclude-path .gitignore .", | ||
"codestyle": "jscs -p google lib/ test/" | ||
}, | ||
@@ -24,21 +26,24 @@ "repository": { | ||
"dependencies": { | ||
"amqplib": "~0.2.1", | ||
"amqplib": "^0.2.1", | ||
"async": "^0.9.0", | ||
"debug": "^1.0.4", | ||
"lodash": "~2.4.1" | ||
"lodash": "^2.4.1", | ||
"json-stringify-safe": "^5.0.0" | ||
}, | ||
"devDependencies": { | ||
"expect.js": "^0.3.1", | ||
"grunt": "~0.4.2", | ||
"grunt-contrib-jshint": "~0.7.2", | ||
"grunt-contrib-watch": "~0.5.3", | ||
"grunt-env": "~0.4.0", | ||
"grunt-exec": "~0.4.2", | ||
"grunt-mocha-cli": "~1.4.0", | ||
"istanbul": "^0.3.2", | ||
"jscs": "^1.6.1", | ||
"jshint": "^2.5.5", | ||
"lodash": "^2.4.1", | ||
"mocha-unfunk-reporter": "~0.3.7", | ||
"q": "^0.9.7", | ||
"sandboxed-module": "~0.3.0", | ||
"sinon": "~1.8.1" | ||
} | ||
"mocha": "^1.21.4", | ||
"pre-commit": "^0.0.9", | ||
"sandboxed-module": "^0.3.0", | ||
"sinon": "^1.10.3" | ||
}, | ||
"pre-commit": [ | ||
"jshint", | ||
"codestyle", | ||
"test" | ||
] | ||
} |
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
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
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
17941
9
10
385
5
1
+ Addedjson-stringify-safe@^5.0.0
+ Addedjson-stringify-safe@5.0.1(transitive)
Updatedamqplib@^0.2.1
Updatedlodash@^2.4.1