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

lambda-tester

Package Overview
Dependencies
Maintainers
1
Versions
28
Alerts
File Explorer

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.3.0

.nyc_output/473d3891d733e7e1ef265f34ea438e91.json

6

CHANGELOG.md
# Change Log
## 3.3.0 (2018-04-03)
Updated:
* Version checking now includes `8.10.0`. Thanks @Limess
## 3.2.0 (2018-02-14)

@@ -4,0 +10,0 @@

4

lib/index.js

@@ -30,5 +30,5 @@ 'use strict';

}
else if ( process.versions.node >= '7.0.0' ) {
else if ( process.versions.node >= '8.11.0' ) {
throw new Error( 'node.js 7.x is not currently supported, please test with an older version.' );
throw new Error( 'node.js version is not currently supported, please test with an older version.' );
}

@@ -35,0 +35,0 @@ }

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

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