sqs-producer
Advanced tools
Comparing version 1.6.1 to 1.6.2
{ | ||
"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
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
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
No contributors or author data
MaintenancePackage does not specify a list of contributors or an author in package.json.
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
10488
9
152
1
1
Updatedaws-sdk@^2.152.0
Updatedlodash@^4.17.4