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

lambda-local

Package Overview
Dependencies
Maintainers
1
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 0.0.6 to 0.0.7

CHANGELOG.md

13

lib/context.js

@@ -40,5 +40,12 @@ /*

console.log("\n");
console.log("Message");
console.log("------");
console.log(message);
if (err !== null){
console.log("Error");
console.log("------");
utils.outputJSON(err);
}
else {
console.log("Message");
console.log("------");
utils.outputJSON(message);
}

@@ -45,0 +52,0 @@ process.exit();

@@ -27,2 +27,6 @@ /*

Utils.outputJSON = function (json) {
console.log(typeof json === "object" ?
JSON.stringify(json, null, "\t") : json);
}
{
"name": "lambda-local",
"version": "0.0.6",
"version": "0.0.7",
"description": "Commandline tool to run Lambda functions on your local machine.",

@@ -5,0 +5,0 @@ "author": "ashiina",

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