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 8.10.105 to 8.10.106

4

aws-lambda/package.json
{
"name": "@types/aws-lambda",
"version": "8.10.105",
"version": "8.10.106",
"description": "TypeScript definitions for AWS Lambda",

@@ -223,4 +223,4 @@ "homepage": "https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/aws-lambda",

"dependencies": {},
"typesPublisherContentHash": "c13775d4c722aff674e77798afd3fa1930c3b1113d293e58b77fd760a8b3b00c",
"typesPublisherContentHash": "cd67f6548063041bdcadd580064ece9a8aae0100d7c2ca99446a285e0547ab15",
"typeScriptVersion": "4.1"
}

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

### Additional Details
* Last updated: Sat, 24 Sep 2022 04:33:03 GMT
* Last updated: Sat, 24 Sep 2022 08:32:59 GMT
* Dependencies: none

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

@@ -8,9 +8,13 @@ import { Handler } from '../../handler';

codeParameter: string;
usernameParameter: string;
linkParameter: string;
/**
* This is null for all events other than the AdminCreateUser action.
*/
usernameParameter: string | null;
clientMetadata?: StringMap | undefined;
};
response: {
smsMessage: string;
emailMessage: string;
emailSubject: string;
smsMessage: string | null;
emailMessage: string | null;
emailSubject: string | null;
};

@@ -17,0 +21,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