lambda-tester
Advanced tools
Comparing version
# 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 @@ |
@@ -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", |
URL strings
Supply chain riskPackage contains fragments of external URLs or IP addresses, which the package may be accessing at runtime.
Found 1 instance in 1 package
URL strings
Supply chain riskPackage contains fragments of external URLs or IP addresses, which the package may be accessing at runtime.
Found 1 instance in 1 package
100880
0.1%