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.141 to 8.10.142

4

aws-lambda/package.json
{
"name": "@types/aws-lambda",
"version": "8.10.141",
"version": "8.10.142",
"description": "TypeScript definitions for aws-lambda",

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

"dependencies": {},
"typesPublisherContentHash": "2cf97a298600a542548ab290f42523061a438b637293be8ad3626dccc63486d1",
"typesPublisherContentHash": "0d694ba598c339e6a88d33cd2c13f16ae05efb2bf406267654bf5868498dfe88",
"typeScriptVersion": "4.8"
}

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

### Additional Details
* Last updated: Tue, 09 Jul 2024 22:07:33 GMT
* Last updated: Wed, 24 Jul 2024 13:35:48 GMT
* Dependencies: none

@@ -14,0 +14,0 @@

@@ -18,6 +18,7 @@ import { Handler } from "../handler";

* Event message structure can be found here: https://docs.aws.amazon.com/transfer/latest/userguide/custom-lambda-idp.html
* While the documentation is not explicit, for key based auth, password will be undefined
*/
export interface TransferFamilyAuthorizerEvent {
username: string;
password: string;
password?: string;
protocol: "SFTP" | "FTP" | "FTPS";

@@ -24,0 +25,0 @@ serverId: string;

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