🚀 Big News: Socket Acquires Coana to Bring Reachability Analysis to Every Appsec Team.Learn more
Socket
Book a DemoInstallSign in
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

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",