@aws/lambda-invoke-store
Advanced tools
@@ -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 @@ /** |
+1
-1
| { | ||
| "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", |
Environment variable access
Supply chain riskPackage accesses environment variables, which may be a sign of credential stuffing or data theft.
Found 2 instances in 1 package
Environment variable access
Supply chain riskPackage accesses environment variables, which may be a sign of credential stuffing or data theft.
Found 2 instances in 1 package
27510
0.13%283
-0.35%