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.3.3 to 1.3.4

4

lib/producer.js
'use strict';
var AWS = require('aws-sdk');
var selectn = require('selectn');
var _ = require('lodash');
var requiredOptions = [

@@ -152,3 +152,3 @@ 'queueUrl'

var size = selectn('Attributes.ApproximateNumberOfMessages', result);
var size = _.get(result, 'Attributes.ApproximateNumberOfMessages');
cb(null, parseInt(size, 10));

@@ -155,0 +155,0 @@ });

{
"name": "sqs-producer",
"version": "1.3.3",
"version": "1.3.4",
"description": "Enqueues messages onto a given SQS queue",

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

"aws-sdk": "^2.1.2",
"selectn": "^1.0.4"
"lodash": "^4.11.2"
},

@@ -36,3 +36,3 @@ "devDependencies": {

"codeclimate-test-reporter": "^0.3.0",
"istanbul": "^0.3.5",
"istanbul": "^0.4.3",
"jscoverage": "^0.5.9",

@@ -39,0 +39,0 @@ "jshint": "^2.5.10",

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?branch=master)](https://travis-ci.org/bbc/sqs-producer?branch=master) [![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)

@@ -6,0 +6,0 @@ Enqueues messages onto a given SQS queue

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