You're Invited:Meet the Socket Team at BlackHat and DEF CON in Las Vegas, Aug 4-6.RSVP →

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
3.0.1

# Change Log
## 3.0 (2017-04-26)
## 3.0.1 (2017-04-27)
Fixed:
* Timeout enforced for default case. Thanks @AntonBazhal
Updated:
* Dependencies
## 3.0.0 (2017-04-26)
New:

@@ -6,0 +16,0 @@

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

const DEFAULT_TIMEOUT = 3000; // s3
const DEFAULT_TIMEOUT = 0;

@@ -12,0 +12,0 @@ const TARGET_NODE_VERSION = '6.10.1';

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

@@ -38,6 +38,6 @@ "main": "lib/index.js",

"mocha": "^3.3.0",
"sinon": "^1.17.7"
"sinon": "^2.1.0"
},
"dependencies": {
"app-root-path": "^1.4.0",
"app-root-path": "^2.0.1",
"dotenv": "^4.0.0",

@@ -44,0 +44,0 @@ "lambda-leak": "^2.0.0",