Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@middy/util

Package Overview
Dependencies
Maintainers
3
Versions
136
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@middy/util - npm Package Compare versions

Comparing version 2.4.2 to 2.4.3

2

index.js

@@ -64,3 +64,3 @@ "use strict";

const getInternal = async (variables, request) => {
if (!variables) return {};
if (!variables || !request) return {};
let keys = [];

@@ -67,0 +67,0 @@ let values = [];

{
"name": "@middy/util",
"version": "2.4.2",
"version": "2.4.3",
"description": "🛵 The stylish Node.js middleware engine for AWS Lambda (util package)",

@@ -47,10 +47,10 @@ "type": "commonjs",

"devDependencies": {
"@middy/core": "^2.4.2",
"@middy/core": "^2.4.3",
"@types/aws-lambda": "^8.10.76",
"@types/node": "^15.9.0",
"aws-sdk": "^2.920.0",
"@types/node": "^16.0.0",
"aws-sdk": "^2.939.0",
"aws-xray-sdk": "^3.3.3"
},
"homepage": "https://github.com/middyjs/middy#readme",
"gitHead": "68ed5978bc855cfe77d994370ddc45dd846be9e4"
"gitHead": "969313c44d557dddf81849b10407652e7c533a46"
}
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