sqs-producer
Advanced tools
Comparing version 1.3.2 to 1.3.3
{ | ||
"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
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
New author
Supply chain riskA new npm collaborator published a version of the package for the first time. New collaborators are usually benign additions to a project, but do indicate a change to the security surface area of a package.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
2
8494
6
9
128
1
+ Addedbrackets2dots@1.1.0(transitive)
+ Addedcurry2@1.0.3(transitive)
+ Addeddebug@2.6.9(transitive)
+ Addeddotsplit.js@1.1.0(transitive)
+ Addedfast-bind@1.0.0(transitive)
+ Addedms@2.0.0(transitive)
+ Addedselectn@1.1.2(transitive)
- Removedsinon@^1.12.2
- Removedformatio@1.1.1(transitive)
- Removedlolex@1.3.2(transitive)
- Removedsamsam@1.1.2(transitive)
- Removedselectn@0.9.6(transitive)
- Removedsinon@1.17.7(transitive)
Updatedselectn@^1.0.4