New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@middy/dynamodb

Package Overview
Dependencies
Maintainers
3
Versions
65
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@middy/dynamodb - npm Package Compare versions

Comparing version 4.4.0 to 4.4.1

7

index.js

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

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

@@ -47,3 +47,3 @@ const dynamodbMiddlewareBefore = async (request)=>{

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

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

}
prefetch = null;
};

@@ -57,0 +56,0 @@ return {

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

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

"dependencies": {
"@middy/util": "4.4.0"
"@middy/util": "4.4.1"
},

@@ -73,7 +73,7 @@ "devDependencies": {

"@aws-sdk/util-dynamodb": "^3.245.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

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