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.138 to 8.10.139

4

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

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

"dependencies": {},
"typesPublisherContentHash": "08e5519997f36c56adeceeebb1b6a1bf57deef904cd490aef5d5f9bfc2319f46",
"typesPublisherContentHash": "b91ff9e11aabf051045160d4515810dd01df4a4ed79e5b8ce53150a6b6a748ca",
"typeScriptVersion": "4.7"
}

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

### Additional Details
* Last updated: Thu, 16 May 2024 16:36:38 GMT
* Last updated: Mon, 17 Jun 2024 20:07:03 GMT
* Dependencies: none

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

@@ -223,4 +223,6 @@ import {

export type StatementEffect = "Allow" | "Deny";
export interface BaseStatement {
Effect: string;
Effect: StatementEffect;
Sid?: string | undefined;

@@ -227,0 +229,0 @@ Condition?: ConditionBlock | undefined;

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