New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

aws-sqs-poll

Package Overview
Dependencies
Maintainers
1
Versions
9
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

aws-sqs-poll - npm Package Compare versions

Comparing version 1.1.0-0 to 1.1.1-0

4

index.js

@@ -5,5 +5,5 @@ 'use strict';

const sqs = new AWS.SQS();
module.exports = async (queueName, options) => {
const sqs = new AWS.SQS();
module.exports = async (queueName, options) => {
const defaultOptions = {

@@ -10,0 +10,0 @@ timeout: 0,

{
"name": "aws-sqs-poll",
"version": "1.1.0-0",
"description": "Polling messages from AWS SQS",
"license": "MIT",
"repository": "SimonJang/aws-sqs-poll",
"author": {
"name": "Simon",
"email": "simon.jang.contact@gmail.com",
"url": "https://github.com/SimonJang"
},
"engines": {
"node": ">=10"
},
"scripts": {
"test": "xo && ava && tsd"
},
"files": [
"index.js",
"index.d.ts"
],
"main": "index.js",
"types": "index.d.ts",
"keywords": [
"AWS",
"amazon",
"SQS",
"polling",
"lambda",
"messages"
],
"dependencies": {
"is-aws-account-id": "^1.0.0"
},
"devDependencies": {
"ava": "^3.9.0",
"aws-sdk": "^2.709.0",
"nyc": "^15.1.0",
"sinon": "^9.0.2",
"tsd": "^0.12.1",
"xo": "^0.32.0"
}
"name": "aws-sqs-poll",
"version": "1.1.1-0",
"description": "Polling messages from AWS SQS",
"license": "MIT",
"repository": "SimonJang/aws-sqs-poll",
"author": {
"name": "Simon",
"email": "simon.jang.contact@gmail.com",
"url": "https://github.com/SimonJang"
},
"engines": {
"node": ">=10"
},
"scripts": {
"test": "xo && ava && tsd"
},
"files": [
"index.js",
"index.d.ts"
],
"main": "index.js",
"types": "index.d.ts",
"keywords": [
"AWS",
"amazon",
"SQS",
"polling",
"lambda",
"messages"
],
"dependencies": {
"is-aws-account-id": "^1.0.0"
},
"peerDependencies": {
"aws-sdk": "^2.709.0"
},
"devDependencies": {
"ava": "^3.9.0",
"aws-sdk": "^2.709.0",
"nyc": "^15.1.0",
"sinon": "^9.0.2",
"tsd": "^0.12.1",
"xo": "^0.32.0"
}
}
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