🚀 Big News: Socket Acquires Coana to Bring Reachability Analysis to Every Appsec Team.Learn more
Socket
Book a 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.4.1

.npmignore

7

CHANGELOG.md
# Change Log
## 3.4.1 (2018-05-03)
Fixed:
* `package.json` engines statement. Thanks @kaxelson
## 3.4.0 (2018-04-20)

@@ -4,0 +11,0 @@

4

package.json
{
"name": "lambda-tester",
"version": "3.4.0",
"version": "3.4.1",
"description": "Unit/Integration tests for AWS Lambda handlers",

@@ -23,3 +23,3 @@ "main": "lib/index.js",

"engines": {
"node": "^6.0.0, ^8.0.0"
"node": "^6.0.0 || ^8.0.0"
},

@@ -26,0 +26,0 @@ "repository": {