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

sqs-producer

Package Overview
Dependencies
Maintainers
1
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.6.1 to 1.6.2

97

package.json
{
"name": "sqs-producer",
"version": "1.6.1",
"description": "Enqueues messages onto a given SQS queue",
"main": "index.js",
"scripts": {
"test": "mocha",
"coverage": "istanbul cover _mocha -- -R dot && open coverage/lcov-report/index.html",
"lint": "jshint .",
"lcov": "istanbul cover _mocha -- -R dot"
},
"repository": {
"type": "git",
"url": "https://github.com/bbc/sqs-producer.git"
},
"author": "ibl-team@lists.forge.bbc.co.uk",
"license": "Apache-2.0",
"bugs": {
"url": "https://github.com/bbc/sqs-producer/issues"
},
"keywords": [
"aws",
"sqs",
"producer",
"queue"
],
"homepage": "https://github.com/bbc/sqs-producer",
"dependencies": {
"aws-sdk": "^2.1.2",
"lodash": "^4.11.2"
},
"devDependencies": {
"sinon": "^1.12.2",
"codeclimate-test-reporter": "^0.3.0",
"istanbul": "^0.4.3",
"jscoverage": "^0.5.9",
"jshint": "^2.5.10",
"mocha": "^2.0.1"
},
"jshintConfig": {
"quotmark": "single",
"unused": true,
"undef": true,
"node": true,
"globals": {
"describe": false,
"it": false,
"before": false,
"beforeEach": false,
"after": false,
"afterEach": false
}
"name": "sqs-producer",
"version": "1.6.2",
"description": "Enqueues messages onto a given SQS queue",
"main": "index.js",
"scripts": {
"test": "mocha",
"coverage":
"istanbul cover _mocha -- -R dot && open coverage/lcov-report/index.html",
"lint": "jshint .",
"lcov": "istanbul cover _mocha -- -R dot"
},
"repository": {
"type": "git",
"url": "https://github.com/bbc/sqs-producer.git"
},
"license": "Apache-2.0",
"bugs": {
"url": "https://github.com/bbc/sqs-producer/issues"
},
"keywords": ["aws", "sqs", "producer", "queue"],
"homepage": "https://github.com/bbc/sqs-producer",
"dependencies": {
"aws-sdk": "^2.152.0",
"lodash": "^4.17.4"
},
"devDependencies": {
"sinon": "^1.12.2",
"codeclimate-test-reporter": "^0.3.0",
"istanbul": "^0.4.3",
"jscoverage": "^0.5.9",
"jshint": "^2.5.10",
"mocha": "^2.0.1"
},
"jshintConfig": {
"quotmark": "single",
"unused": true,
"undef": true,
"node": true,
"globals": {
"describe": false,
"it": false,
"before": false,
"beforeEach": false,
"after": false,
"afterEach": false
}
}
}

@@ -18,3 +18,3 @@ sqs-producer

// create simple consumer
// create simple producer
var producer = Producer.create({

@@ -21,0 +21,0 @@ queueUrl: 'https://sqs.eu-west-1.amazonaws.com/account-id/queue-name',

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