🚀 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 Versions

13

3.0.2

Diff
richardhyatt
published 3.0.2 •

Changelog

Source

3.0.2 (2017-05-01)

Updated:

  • Throw original error if thrown during callback( null, result ) case to preserve original stack trace to address how console.log() formats errors
richardhyatt
published 3.0.1 •

Changelog

Source

3.0.1 (2017-04-27)

Fixed:

  • Timeout enforced for default case. Thanks @AntonBazhal

Updated:

  • Dependencies
richardhyatt
published 3.0.0 •

Changelog

Source

3.0.0 (2017-04-26)

New:

  • Configuration settings file (.lambda-tester.json)

Updated:

  • Better support for Node 6.10.x

Internal:

  • Refactored to improve testability
  • Reworked Promise implementation
richardhyatt
published 2.8.1 •

Changelog

Source

2.8.1 (2017-03-08)

Updated:

  • Improved check for node version to allow versions below 7. Thanks @Kiniamaro
richardhyatt
published 2.8.0 •

Changelog

Source

2.8.0 (2017-03-07)

New

  • Added check for node version. Thanks @toaster

Updated:

  • Automatically detects done.fail() to support Jasmine users. Thanks @toaster
  • Updated documentation

Internal:

  • Code clean-up and refactor
richardhyatt
published 2.7.0 •

Changelog

Source

2.7.0 (2017-01-31)

Updated:

  • event can an array (#9)
richardhyatt
published 2.6.1 •

Changelog

Source

2.6.1 (2016-11-28)

Internal:

  • Switched node-uuid version 1.4.7 to uuid version 3.0.0.
richardhyatt
published 2.6.0 •

Changelog

Source

2.6.0 (2016-06-27)

Updated:

  • context.fail() and callback() now support strings, which will get converted into Error instances. This behavior matches that of Lambda.
richardhyatt
published 2.5.1 •

Changelog

Source

2.5.1 (2016-05-29)

Updated:

  • event() changed to make a copy of the object that was passed
richardhyatt
published 2.5.0 •

Changelog

Source

2.5.0 (2016-05-14)

New:

  • Added auto generated context values to better simulate Lambda environment