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 8.10.117 to 8.10.118

4

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

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

"dependencies": {},
"typesPublisherContentHash": "bf0e4bf1f61e1eb1ee0202c53902921d4a1cd84ec9f98dc1c16655dae88de7ff",
"typesPublisherContentHash": "d70335b569948d331b870c2e5f5c0d89b668bcc64c553f6b1fc86cad7582c066",
"typeScriptVersion": "4.3"
}

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

### Additional Details
* Last updated: Thu, 08 Jun 2023 20:32:58 GMT
* Last updated: Wed, 14 Jun 2023 01:32:48 GMT
* Dependencies: none

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

@@ -13,2 +13,3 @@ import { Handler } from '../../handler';

userNotFound?: boolean | undefined;
clientMetadata?: StringMap | undefined;
};

@@ -15,0 +16,0 @@ response: {

@@ -12,2 +12,3 @@ import { Handler } from '../../handler';

userNotFound?: boolean | undefined;
clientMetadata?: StringMap | undefined;
};

@@ -14,0 +15,0 @@ response: {

@@ -11,2 +11,3 @@ import { Handler } from '../../handler';

newDeviceUsed: boolean;
clientMetadata?: StringMap | undefined;
};

@@ -13,0 +14,0 @@ }

@@ -14,2 +14,3 @@ import { Handler } from '../../handler';

groupConfiguration: GroupOverrideDetails;
clientMetadata?: StringMap | undefined;
};

@@ -16,0 +17,0 @@ response: {

@@ -13,2 +13,3 @@ import { Handler } from '../../handler';

userNotFound?: boolean | undefined;
clientMetadata?: StringMap | undefined;
};

@@ -15,0 +16,0 @@ response: {

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