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.135 to 8.10.136

15

aws-lambda/common/cloudfront.d.ts

@@ -30,3 +30,7 @@ /**

export interface CloudFrontS3Origin {
export type CloudFrontS3Origin =
| CloudFrontS3OriginAuthMethodNone
| CloudFrontS3OriginAuthMethodOriginAccessIdentity;
export interface CloudFrontS3OriginBase {
authMethod: "origin-access-identity" | "none";

@@ -36,2 +40,11 @@ customHeaders: CloudFrontHeaders;

path: string;
}
export interface CloudFrontS3OriginAuthMethodNone extends CloudFrontS3OriginBase {
authMethod: "none";
region?: never;
}
export interface CloudFrontS3OriginAuthMethodOriginAccessIdentity extends CloudFrontS3OriginBase {
authMethod: "origin-access-identity";
region: string;

@@ -38,0 +51,0 @@ }

4

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

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

"dependencies": {},
"typesPublisherContentHash": "8e06c53dade215c7ca5ca6b3f8d4d1bc726f6d964d8aa4a139076cae2e512a59",
"typesPublisherContentHash": "958c87d4ef0ed00c7121081f8d3190a4072d9bf959f25cb839b3c3b865f6a828",
"typeScriptVersion": "4.6"
}

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

### Additional Details
* Last updated: Tue, 05 Mar 2024 18:35:25 GMT
* Last updated: Tue, 05 Mar 2024 21:35:40 GMT
* Dependencies: none

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