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

lambda-wrapper

Package Overview
Dependencies
Maintainers
2
Versions
13
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

lambda-wrapper - npm Package Compare versions

Comparing version 0.2.0 to 0.2.1

7

index.js

@@ -60,3 +60,5 @@ 'use strict';

}
if (data.FunctionError) {
return callback(Object.assign(new Error(JSON.parse(data.Payload).errorMessage), data));
}
return callback(null, JSON.parse(data.Payload));

@@ -66,4 +68,3 @@ });

} catch (ex) {
callback(ex);
throw (ex);
return callback(ex);
}

@@ -70,0 +71,0 @@ });

{
"name": "lambda-wrapper",
"version": "0.2.0",
"version": "0.2.1",
"description": "Wrapper for running Amazon Lambda modules locally",

@@ -5,0 +5,0 @@ "main": "index.js",

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