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.6.1 to 4.6.2

1

index.js

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

};
// force marshall of Key during cold start
for(const internalKey in options.fetchData){

@@ -23,0 +24,0 @@ options.fetchData[internalKey].Key = marshall(options.fetchData[internalKey].Key);

8

package.json
{
"name": "@middy/dynamodb",
"version": "4.6.1",
"version": "4.6.2",
"description": "DynamoDB middleware for the middy framework",

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

"dependencies": {
"@middy/util": "4.6.1"
"@middy/util": "4.6.2"
},

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

"@aws-sdk/util-dynamodb": "^3.245.0",
"@middy/core": "4.6.1",
"@middy/core": "4.6.2",
"@types/aws-lambda": "^8.10.101",
"aws-xray-sdk": "^3.3.3"
},
"gitHead": "253ed0e4ca95623decbade03938a07d837a1eba2"
"gitHead": "8b03a01abf5a9c08231ec5ced775e87f8be8f67d"
}

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