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.3.2 to 1.3.3

14

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

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

"type": "git",
"url": "https://github.com/BBC/sqs-producer.git"
"url": "https://github.com/bbc/sqs-producer.git"
},

@@ -20,3 +20,3 @@ "author": "ibl-team@lists.forge.bbc.co.uk",

"bugs": {
"url": "https://github.com/BBC/sqs-producer/issues"
"url": "https://github.com/bbc/sqs-producer/issues"
},

@@ -29,10 +29,10 @@ "keywords": [

],
"homepage": "https://github.com/BBC/sqs-producer",
"homepage": "https://github.com/bbc/sqs-producer",
"dependencies": {
"aws-sdk": "^2.1.2",
"selectn": "^0.9.6",
"sinon": "^1.12.2"
"selectn": "^1.0.4"
},
"devDependencies": {
"codeclimate-test-reporter": "0.0.4",
"sinon": "^1.12.2",
"codeclimate-test-reporter": "^0.3.0",
"istanbul": "^0.3.5",

@@ -39,0 +39,0 @@ "jscoverage": "^0.5.9",

sqs-producer
====================
[![Build Status](https://travis-ci.org/BBC/sqs-producer.svg)](https://travis-ci.org/BBC/sqs-producer) [![Code Climate](https://codeclimate.com/github/BBC/sqs-producer/badges/gpa.svg)](https://codeclimate.com/github/BBC/sqs-producer) [![Test Coverage](https://codeclimate.com/github/BBC/sqs-producer/badges/coverage.svg)](https://codeclimate.com/github/BBC/sqs-producer)
[![Build Status](https://travis-ci.org/bbc/sqs-producer.svg)](https://travis-ci.org/bbc/sqs-producer) [![Code Climate](https://codeclimate.com/github/BBC/sqs-producer/badges/gpa.svg)](https://codeclimate.com/github/BBC/sqs-producer) [![Test Coverage](https://codeclimate.com/github/BBC/sqs-producer/badges/coverage.svg)](https://codeclimate.com/github/BBC/sqs-producer)

@@ -11,3 +11,3 @@ Enqueues messages onto a given SQS queue

```
npm install BBC/sqs-producer --save
npm install sqs-producer --save
```

@@ -52,4 +52,4 @@ ## Usage

messageAttributes: {
attr1: { DataType: 'String', StringValue: 'stringValue' }
attr2: { DataType: 'BinaryValue', BinaryValue: new Buffer('binaryValue') }
attr1: { DataType: 'String', StringValue: 'stringValue' },
attr2: { DataType: 'Binary', BinaryValue: new Buffer('binaryValue') }
}

@@ -56,0 +56,0 @@ },

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