Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

amqp-wrapper

Package Overview
Dependencies
Maintainers
1
Versions
32
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

amqp-wrapper - npm Package Compare versions

Comparing version 4.1.0 to 4.1.1

.jshintrc

35

package.json
{
"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

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc