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

sqs-producer

Package Overview
Dependencies
Maintainers
2
Versions
42
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

sqs-producer - npm Package Compare versions

Comparing version 1.0.1 to 1.0.2

.travis.yml

9

package.json
{
"name": "sqs-producer",
"version": "1.0.1",
"version": "1.0.2",
"description": "Enqueues messages onto a given SQS queue",

@@ -9,3 +9,3 @@ "main": "index.js",

"coverage": "jscoverage lib lib-cov && NODE_ENV=dev COVERAGE=1 mocha -R html-cov > coverage.html && open coverage.html",
"lint" : "jshint ."
"lint": "jshint ."
},

@@ -28,3 +28,4 @@ "repository": {

"jscoverage": "^0.5.9",
"jshint": "^2.5.10"
"jshint": "^2.5.10",
"mocha": "^2.0.1"
},

@@ -43,4 +44,4 @@ "jshintConfig": {

"afterEach": false
}
}
}
}
sqs-producer
====================
[![Build Status](https://travis-ci.org/BBC/sqs-producer.svg)](https://travis-ci.org/BBC/sqs-producer)
Enqueues messages onto a given SQS queue

@@ -22,3 +24,3 @@

producer.send(['msg1', 'msg2'], function(err) {
if (err) console.log(err);
if (err) console.log(err);
});

@@ -25,0 +27,0 @@

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