You're Invited: Meet the Socket team at BSidesSF and RSAC - April 27 - May 1.RSVP
Socket
Sign inDemoInstall
Socket

@middy/appconfig

Package Overview
Dependencies
Maintainers
3
Versions
71
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@middy/appconfig - npm Package Compare versions

Comparing version

to
4.4.1

7

index.js

@@ -39,6 +39,6 @@ import { canPrefetch, createPrefetchClient, createClient, getCache, getInternal, processCache, modifyCache, jsonSafeParse } from '@middy/util';

};
let prefetch, client;
let client;
if (canPrefetch(options)) {
client = createPrefetchClient(options);
prefetch = processCache(options, fetch);
processCache(options, fetch);
}

@@ -49,3 +49,3 @@ const appConfigMiddlewareBefore = async (request)=>{

}
const { value } = prefetch ?? processCache(options, fetch, request);
const { value } = processCache(options, fetch, request);
Object.assign(request.internal, value);

@@ -56,3 +56,2 @@ if (options.setToContext) {

}
prefetch = null;
};

@@ -59,0 +58,0 @@ return {

{
"name": "@middy/appconfig",
"version": "4.4.0",
"version": "4.4.1",
"description": "AppConfig middleware for the middy framework",

@@ -67,11 +67,11 @@ "type": "module",

"dependencies": {
"@middy/util": "4.4.0"
"@middy/util": "4.4.1"
},
"devDependencies": {
"@aws-sdk/client-appconfig": "^3.0.0",
"@middy/core": "4.4.0",
"@middy/core": "4.4.1",
"@types/aws-lambda": "^8.10.101",
"aws-xray-sdk": "^3.3.3"
},
"gitHead": "5b574488798c48bc74269af7deb3ff95139bcdcc"
"gitHead": "51e5c1f83483a60d9e40f5db59b03af56d2ee710"
}

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet