New Research: Supply Chain Attack on Axios Pulls Malicious Dependency from npm.Details →
Socket
Book a DemoSign in
Socket

@types/aws-lambda

Package Overview
Dependencies
Maintainers
1
Versions
197
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.154
to
8.10.155
+2
-2
aws-lambda/package.json
{
"name": "@types/aws-lambda",
"version": "8.10.154",
"version": "8.10.155",
"description": "TypeScript definitions for aws-lambda",

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

"peerDependencies": {},
"typesPublisherContentHash": "9bb3226e1f7d1d81c7d52609329be3718cde2ad8979df1b74925fc78e116f256",
"typesPublisherContentHash": "06ac57418744e1b4c4f328d0a2540067a93f3434bad2fee4479a73fd2b334e9b",
"typeScriptVersion": "5.2"
}

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

### Additional Details
* Last updated: Fri, 03 Oct 2025 21:32:25 GMT
* Last updated: Fri, 03 Oct 2025 22:33:35 GMT
* Dependencies: none

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

@@ -19,3 +19,3 @@ import { Handler } from "../handler";

Signature: string;
SigningCertURL: string;
SigningCertUrl: string; // Not SigningCertURL; see https://github.com/DefinitelyTyped/DefinitelyTyped/pull/73817#issuecomment-3367340170
MessageId: string;

@@ -25,3 +25,3 @@ Message: string;

Type: string;
UnsubscribeURL: string;
UnsubscribeUrl: string; // Not UnsubscribeURL; see https://github.com/DefinitelyTyped/DefinitelyTyped/pull/73817#issuecomment-3367340170
TopicArn: string;

@@ -28,0 +28,0 @@ Subject?: string;