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.109 to 8.10.110

6

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

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

"dependencies": {},
"typesPublisherContentHash": "c20838fcdc4883e427ac84b840621cc92a2d6961c2111c9c3d36c10244226665",
"typeScriptVersion": "4.1"
"typesPublisherContentHash": "221da779294ceab9c513b7f2539c7b6527f8c55e23879cacb9369243e83cbe30",
"typeScriptVersion": "4.2"
}

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

### Additional Details
* Last updated: Wed, 23 Nov 2022 18:11:33 GMT
* Last updated: Thu, 26 Jan 2023 23:32:36 GMT
* Dependencies: none

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

@@ -34,4 +34,6 @@ import { Handler } from '../handler';

*/
export type AmplifyGraphQlResolverHandler<TArguments = Record<string, any>, TSource = Record<string, any>> = Handler<
AmplifyGraphQlResolverEvent<TArguments, TSource>
>;
export type AmplifyGraphQlResolverHandler<
TArguments = Record<string, any>,
TSource = Record<string, any>,
TResult = any,
> = Handler<AmplifyGraphQlResolverEvent<TArguments, TSource>, TResult>;
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