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

@types/aws-lambda

Package Overview
Dependencies
Maintainers
1
Versions
181
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@types/aws-lambda - npm Package Compare versions

Comparing version 0.0.25 to 0.0.26

6

aws-lambda/index.d.ts

@@ -486,5 +486,5 @@ // Type definitions for AWS Lambda

*/
export type Handler = (event: any, context: Context, callback?: Callback) => void;
export type ProxyHandler = (event: APIGatewayEvent, context: Context, callback?: ProxyCallback) => void;
export type CustomAuthorizerHandler = (event: CustomAuthorizerEvent, context: Context, callback?: CustomAuthorizerCallback) => void;
export type Handler = (event: any, context: Context, callback?: Callback) => Promise<void> | void;
export type ProxyHandler = (event: APIGatewayEvent, context: Context, callback?: ProxyCallback) => Promise<void> | void;
export type CustomAuthorizerHandler = (event: CustomAuthorizerEvent, context: Context, callback?: CustomAuthorizerCallback) => Promise<void> | void;

@@ -491,0 +491,0 @@ /**

{
"name": "@types/aws-lambda",
"version": "0.0.25",
"version": "0.0.26",
"description": "TypeScript definitions for AWS Lambda",

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

"dependencies": {},
"typesPublisherContentHash": "2c798e2690f7ba333e3cd3084de4a83c67ed9072849bc87fc82023fdeab50017",
"typesPublisherContentHash": "f76ab1099a888f510470faa4e0aa10a48d9a02ab7f2f244cb43a4f6713b1776a",
"typeScriptVersion": "2.2"
}

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

Additional Details
* Last updated: Tue, 02 Jan 2018 23:54:45 GMT
* Last updated: Thu, 04 Jan 2018 23:26:00 GMT
* Dependencies: none

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

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