🚀 Big News: Socket Acquires Coana to Bring Reachability Analysis to Every Appsec Team.Learn more

lambda-tester

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

lambda-tester - npm Package Compare versions

Comparing version

to
2.5.1

@@ -0,1 +1,9 @@

# Change Log
## 2.5.1 (2016-05-29)
Updated:
* `event()` changed to make a copy of the object that was passed
## 2.5.0 (2016-05-14)

@@ -2,0 +10,0 @@

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

this._event = evt;
this._event = Object.assign( {}, evt );

@@ -280,0 +280,0 @@ return this;

{
"name": "lambda-tester",
"version": "2.5.0",
"version": "2.5.1",
"description": "Unit/Integration tests for AWS Lambda handlers",

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