Huge News!Announcing our $40M Series B led by Abstract Ventures.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.0.0 to 1.1.0-0

index.d.ts

12

package.json
{
"name": "aws-sqs-poll",
"version": "1.0.0",
"version": "1.1.0-0",
"description": "Polling messages from AWS SQS",

@@ -10,3 +10,3 @@ "license": "MIT",

"email": "simon.jang.contact@gmail.com",
"url": "github.com/SimonJang"
"url": "https://github.com/SimonJang"
},

@@ -17,7 +17,10 @@ "engines": {

"scripts": {
"test": "xo && ava"
"test": "xo && ava && tsd"
},
"files": [
"index.js"
"index.js",
"index.d.ts"
],
"main": "index.js",
"types": "index.d.ts",
"keywords": [

@@ -39,4 +42,5 @@ "AWS",

"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