Socket
Socket
Sign inDemoInstall

@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.4 to 0.0.5

11

aws-lambda/index.d.ts

@@ -6,3 +6,2 @@ // Type definitions for AWS Lambda

// Context

@@ -27,5 +26,5 @@ // http://docs.aws.amazon.com/lambda/latest/dg/nodejs-prog-model-context.html

// Functions for compatibility with earlier Node.js Runtime v0.10.42
// For more details see http://docs.aws.amazon.com/lambda/latest/dg/nodejs-prog-model-using-old-runtime.html#nodejs-prog-model-oldruntime-context-methods
done(error?: Error, result?: any): void;
fail(error: Error): void;
// For more details see http://docs.aws.amazon.com/lambda/latest/dg/nodejs-prog-model-using-old-runtime.html#nodejs-prog-model-oldruntime-context-methods
done(error?: Error, result?: any): void;
fail(error: Error): void;
fail(message: string): void;

@@ -71,2 +70,4 @@ succeed(message: string): void;

*/
export type Callback = (error?: Error, result?: any) => void;
export type Callback = (error?: Error, result?: any) => void;
export as namespace AWSLambda;
{
"name": "@types/aws-lambda",
"version": "0.0.4",
"version": "0.0.5",
"description": "TypeScript definitions for AWS Lambda",

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

"typings": "index.d.ts",
"typesPublisherContentHash": "d47590b580f6db565dd7f333bc73528346ca8a9e572bad1e2880a293ad9c8359"
"typesPublisherContentHash": "fe7e14ae9c5f31157e71a6c1dbf51e76efe91a8f3cfeb634ef4a76b9dfd9997a"
}

@@ -11,9 +11,9 @@ # Installation

Additional Details
* Last updated: Wed, 26 Oct 2016 19:23:25 GMT
* File structure: ProperModule
* Last updated: Tue, 01 Nov 2016 23:12:33 GMT
* File structure: UMD
* Library Dependencies: none
* Module Dependencies: none
* Global values: none
* 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>.

@@ -13,7 +13,7 @@ {

"sourceBranch": "types-2.0",
"kind": "ProperModule",
"globals": [],
"declaredModules": [
"aws-lambda"
"kind": "UMD",
"globals": [
"AWSLambda"
],
"declaredModules": [],
"files": [

@@ -23,3 +23,3 @@ "index.d.ts"

"hasPackageJson": false,
"contentHash": "d47590b580f6db565dd7f333bc73528346ca8a9e572bad1e2880a293ad9c8359"
"contentHash": "fe7e14ae9c5f31157e71a6c1dbf51e76efe91a8f3cfeb634ef4a76b9dfd9997a"
}
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