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.16 to 0.0.17

15

aws-lambda/index.d.ts
// Type definitions for AWS Lambda
// Project: http://docs.aws.amazon.com/lambda
// Definitions by: James Darbyshire <https://github.com/darbio/aws-lambda-typescript>, Michael Skarum <https://github.com/skarum>, Stef Heyenrath <https://github.com/StefH/DefinitelyTyped>, Toby Hede <https://github.com/tobyhede>, Rich Buggy <https://github.com/buggy>, Yoriki Yamaguchi <https://github.com/y13i>, wwwy3y3 <https://github.com/wwwy3y3>
// Definitions by: James Darbyshire <https://github.com/darbio/aws-lambda-typescript>
// Michael Skarum <https://github.com/skarum>
// Stef Heyenrath <https://github.com/StefH/DefinitelyTyped>
// Toby Hede <https://github.com/tobyhede>
// Rich Buggy <https://github.com/buggy>
// Yoriki Yamaguchi <https://github.com/y13i>
// wwwy3y3 <https://github.com/wwwy3y3>
// Ishaan Malhi <https://github.com/OrthoDex>
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped

@@ -350,6 +357,6 @@

*/
export type Callback = (error?: Error, result?: any) => void;
export type ProxyCallback = (error?: Error, result?: ProxyResult) => void;
export type CustomAuthorizerCallback = (error?: Error, result?: AuthResponse) => void;
export type Callback = (error?: Error | null, result?: object) => void;
export type ProxyCallback = (error?: Error | null, result?: ProxyResult) => void;
export type CustomAuthorizerCallback = (error?: Error | null, result?: AuthResponse) => void;
export as namespace AWSLambda;
{
"name": "@types/aws-lambda",
"version": "0.0.16",
"version": "0.0.17",
"description": "TypeScript definitions for AWS Lambda",

@@ -13,3 +13,4 @@ "license": "MIT",

"name": "Michael Skarum",
"url": "https://github.com/skarum"
"url": "https://github.com/skarum",
"githubUsername": "skarum"
},

@@ -22,15 +23,24 @@ {

"name": "Toby Hede",
"url": "https://github.com/tobyhede"
"url": "https://github.com/tobyhede",
"githubUsername": "tobyhede"
},
{
"name": "Rich Buggy",
"url": "https://github.com/buggy"
"url": "https://github.com/buggy",
"githubUsername": "buggy"
},
{
"name": "Yoriki Yamaguchi",
"url": "https://github.com/y13i"
"url": "https://github.com/y13i",
"githubUsername": "y13i"
},
{
"name": "wwwy3y3",
"url": "https://github.com/wwwy3y3"
"url": "https://github.com/wwwy3y3",
"githubUsername": "wwwy3y3"
},
{
"name": "Ishaan Malhi",
"url": "https://github.com/OrthoDex",
"githubUsername": "OrthoDex"
}

@@ -45,5 +55,4 @@ ],

"dependencies": {},
"peerDependencies": {},
"typesPublisherContentHash": "bd96c51bf7b6093484826cacc6af02a69d1ecd87ee41dea4ed07839c40f58da5",
"typesPublisherContentHash": "5b59d63782658c76e819a3caf70aad6b10891203671ac9c0dcd3ea06b9189913",
"typeScriptVersion": "2.0"
}

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

Additional Details
* Last updated: Tue, 01 Aug 2017 14:04:54 GMT
* Last updated: Mon, 09 Oct 2017 21:51:28 GMT
* Dependencies: none

@@ -17,2 +17,2 @@ * Global values: AWSLambda

# Credits
These definitions were written by James Darbyshire <https://github.com/darbio/aws-lambda-typescript>, Michael Skarum <https://github.com/skarum>, Stef Heyenrath <https://github.com/StefH/DefinitelyTyped>, Toby Hede <https://github.com/tobyhede>, Rich Buggy <https://github.com/buggy>, Yoriki Yamaguchi <https://github.com/y13i>, wwwy3y3 <https://github.com/wwwy3y3>.
These definitions were written by James Darbyshire <https://github.com/darbio/aws-lambda-typescript>, Michael Skarum <https://github.com/skarum>, Stef Heyenrath <https://github.com/StefH/DefinitelyTyped>, Toby Hede <https://github.com/tobyhede>, Rich Buggy <https://github.com/buggy>, Yoriki Yamaguchi <https://github.com/y13i>, wwwy3y3 <https://github.com/wwwy3y3>, Ishaan Malhi <https://github.com/OrthoDex>.
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