Latest Threat Research:SANDWORM_MODE: Shai-Hulud-Style npm Worm Hijacks CI Workflows and Poisons AI Toolchains.Details
Socket
Book a DemoInstallSign in
Socket

@aws/lambda-invoke-store

Package Overview
Dependencies
Maintainers
19
Versions
8
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@aws/lambda-invoke-store - npm Package Compare versions

Comparing version
0.2.2
to
0.2.3
+1
-1
dist-cjs/invoke-store.js

@@ -113,3 +113,3 @@ 'use strict';

}
globalThis.awslambda = {};
globalThis.awslambda = { InvokeStore: undefined };
},

@@ -116,0 +116,0 @@ }

@@ -111,3 +111,3 @@ const PROTECTED_KEYS = {

}
globalThis.awslambda = {};
globalThis.awslambda = { InvokeStore: undefined };
},

@@ -114,0 +114,0 @@ }

@@ -6,6 +6,5 @@ interface Context {

declare global {
var awslambda: {
InvokeStore?: InvokeStoreBase;
[key: string]: unknown;
};
namespace awslambda {
let InvokeStore: InvokeStoreBase | undefined;
}
}

@@ -12,0 +11,0 @@ /**

{
"name": "@aws/lambda-invoke-store",
"version": "0.2.2",
"version": "0.2.3",
"description": "Invoke scoped data storage for AWS Lambda Node.js Runtime Environment",

@@ -5,0 +5,0 @@ "homepage": "https://github.com/awslabs/aws-lambda-invoke-store",