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

@types/sqs-consumer

Package Overview
Dependencies
Maintainers
1
Versions
13
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@types/sqs-consumer - npm Package Compare versions

Comparing version 0.0.6 to 3.5.0

6

sqs-consumer/index.d.ts

@@ -1,2 +0,2 @@

// Type definitions for sqs-consumer
// Type definitions for sqs-consumer 3.5
// Project: https://github.com/BBC/sqs-consumer

@@ -9,3 +9,3 @@ // Definitions by: Daniel Chao <http://dchao.co/>

interface Options {
export interface Options {
queueUrl: string;

@@ -23,3 +23,3 @@ handleMessage(message: SQS.Message, done: Function): any;

interface Consumer extends NodeJS.EventEmitter {
export interface Consumer extends NodeJS.EventEmitter {
start(): void;

@@ -26,0 +26,0 @@ stop(): void;

{
"name": "@types/sqs-consumer",
"version": "0.0.6",
"version": "3.5.0",
"description": "TypeScript definitions for sqs-consumer",

@@ -23,4 +23,4 @@ "license": "MIT",

"peerDependencies": {},
"typesPublisherContentHash": "6e6b242ad1022acd5689f2657bfb34b9d6a0a0816f64f9b4e7c07e200006d39d",
"typesPublisherContentHash": "9ba04e3370806d0eee5770a8ebbe7e09f0a2c1166864a00c62811fdfbd05b22f",
"typeScriptVersion": "2.0"
}

@@ -11,3 +11,3 @@ # Installation

Additional Details
* Last updated: Mon, 17 Apr 2017 17:55:17 GMT
* Last updated: Tue, 18 Apr 2017 18:28:36 GMT
* Dependencies: aws-sdk, node

@@ -14,0 +14,0 @@ * Global values: none

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