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

lambda-local

Package Overview
Dependencies
Maintainers
2
Versions
41
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

lambda-local - npm Package Compare versions

Comparing version 2.0.1 to 2.0.2

2

build/lambdalocal.js

@@ -292,3 +292,3 @@ 'use strict';

else {
ctx.succeed(result);
ctx.succeed(null);
}

@@ -295,0 +295,0 @@ }

{
"name": "lambda-local",
"version": "2.0.1",
"version": "2.0.2",
"description": "Commandline tool to run Lambda functions on your local machine.",

@@ -39,12 +39,12 @@ "main": "build/lambdalocal.js",

"dependencies": {
"commander": "^8.3.0",
"dotenv": "^10.0.0",
"winston": "^3.3.3"
"commander": "^9.0.0",
"dotenv": "^16.0.0",
"winston": "^3.6.0"
},
"devDependencies": {
"@types/node": "^17.0.2",
"chai": "^4.3.4",
"mocha": "^9.1.3",
"sinon": "^12.0.1",
"typescript": "^4.5.4"
"@types/node": "^17.0.21",
"chai": "^4.3.6",
"mocha": "^9.2.1",
"sinon": "^13.0.1",
"typescript": "^4.6.2"
},

@@ -51,0 +51,0 @@ "preferGlobal": true,

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