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

@aws/lambda-invoke-store

Package Overview
Dependencies
Maintainers
18
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.1
to
0.2.2
+1
-6
dist-cjs/invoke-store.js

@@ -47,8 +47,3 @@ 'use strict';

this.currentContext = context;
try {
return fn();
}
finally {
this.currentContext = undefined;
}
return fn();
}

@@ -55,0 +50,0 @@ }

@@ -45,8 +45,3 @@ const PROTECTED_KEYS = {

this.currentContext = context;
try {
return fn();
}
finally {
this.currentContext = undefined;
}
return fn();
}

@@ -53,0 +48,0 @@ }

+1
-1
{
"name": "@aws/lambda-invoke-store",
"version": "0.2.1",
"version": "0.2.2",
"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",