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.3 to 0.1.4

2

lib/rpc.js

@@ -25,3 +25,3 @@ // Generated by CoffeeScript 1.7.1

if (typeof (ev != null ? (_ref = ev.value) != null ? _ref.def.reject : void 0 : void 0) === 'function') {
return ev.value.def.reject(new Error("timeout: " + ((_ref1 = ev.options) != null ? _ref1.info : void 0)));
return ev.value.def.reject(new Error("timeout: " + ((_ref1 = ev.value.options) != null ? _ref1.info : void 0)));
}

@@ -28,0 +28,0 @@ });

{
"name": "amqp-as-promised",
"description": "Promise wrappers for node-amqp",
"version": "0.1.3",
"version": "0.1.4",
"repository": {

@@ -6,0 +6,0 @@ "type": "git",

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