New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

amqp-as-promised

Package Overview
Dependencies
Maintainers
2
Versions
75
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

amqp-as-promised - npm Package Compare versions

Comparing version 0.1.4 to 0.1.5

6

lib/amqp-client.js

@@ -24,2 +24,7 @@ // Generated by CoffeeScript 1.7.1

this.name = this.queue.name;
this.queue.on('open', (function(_this) {
return function(name) {
return _this.name = name;
};
})(this));
}

@@ -227,2 +232,3 @@

durable: true,
autoDelete: false,
exclusive: qname === ''

@@ -229,0 +235,0 @@ };

4

package.json
{
"name": "amqp-as-promised",
"description": "Promise wrappers for node-amqp",
"version": "0.1.4",
"version": "0.1.5",
"repository": {

@@ -26,3 +26,3 @@ "type": "git",

"q": "~1.0.0",
"amqp": "~0.1.8",
"amqp": "~0.2.0",
"uuid": "~1.4.1",

@@ -29,0 +29,0 @@ "bog": "1.0.0",

Sorry, the diff of this file is not supported yet

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