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

off-sqs-debearloper

Package Overview
Dependencies
Maintainers
1
Versions
22
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

off-sqs-debearloper - npm Package Compare versions

Comparing version 0.1.9 to 0.1.10

test/config.js

2

lib/receiver.js

@@ -72,3 +72,3 @@ var AWS = require('aws-sdk'),

return ok.then(function(_consumeOk){
console.log("[x] Waiting for messages.");
// console.log("[x] Waiting for messages.");
});

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

@@ -24,3 +24,3 @@ var amqp = require('amqplib'),

channel.sendToQueue(queue, new Buffer(dataToSend));
console.log("[x] Send '%s'", dataToSend);
// console.log("[x] Send '%s'", dataToSend);
return channel.close();

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

{
"name": "off-sqs-debearloper",
"description": "Helper app that manages SQS and RabbitMQ transactions",
"version": "0.1.9",
"version": "0.1.10",
"repository": {

@@ -25,4 +25,7 @@ "type": "git",

},
"devDependencies": {
"chai": "^1.10.0"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
"test": "mocha test/*.js"
},

@@ -29,0 +32,0 @@ "licenses": [

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