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.5 to 0.0.6

12

lib/context.js

@@ -47,2 +47,14 @@ /*

/*
* `fail` method calls the `done` method
*/
Context.fail = function (err) {
Context.done(err);
};
/*
* `succeed` method calls the `done` method
*/
Context.succeed = function (message) {
Context.done(null, message);
};

2

package.json
{
"name": "lambda-local",
"version": "0.0.5",
"version": "0.0.6",
"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