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.106 to 8.10.107

aws-lambda/trigger/amplify-resolver.d.ts

1

aws-lambda/index.d.ts

@@ -92,3 +92,4 @@ // Type definitions for AWS Lambda 8.10

export * from "./trigger/s3-event-notification";
export * from "./trigger/amplify-resolver";
export as namespace AWSLambda;

4

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

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

"dependencies": {},
"typesPublisherContentHash": "cd67f6548063041bdcadd580064ece9a8aae0100d7c2ca99446a285e0547ab15",
"typesPublisherContentHash": "81fb1ff601596124cf3bf9a91ee8dd626aeac8a661610ee5874382b992623ca9",
"typeScriptVersion": "4.1"
}

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

### Additional Details
* Last updated: Sat, 24 Sep 2022 08:32:59 GMT
* Last updated: Wed, 12 Oct 2022 06:33:20 GMT
* Dependencies: none

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

@@ -47,2 +47,4 @@ import { Handler } from '../handler';

*/
// Maintainer's note: Some of these properties are shared with the Amplify resolver.
// It may be worth checking if changes here may be applicable there too.
export interface AppSyncResolverEvent<TArguments, TSource = Record<string, any> | null> {

@@ -49,0 +51,0 @@ arguments: TArguments;

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