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

23

4.0.1

Diff
richardhyatt
published 4.0.1 •

Changelog

Source

4.0.1 (2019-12-04)

Update:

  • Remove note about Node version check in documentation. Thanks @munierujp
richardhyatt
published 4.0.0 •

Changelog

Source

4.0.0 (2019-11-23)

Breaking:

  • Strict checking for how the results/errors are captured have been relaxed. this can be re-enabled using the strict() method after creating the LambdaTester instance.

  • Node.js versions are no longer checked before running the tests.

New:

  • Event mocks (via lambda-event-mock)

Updated:

  • expectResult() and expectError() are now the preferred methods to verify the handler's execution. If strict mode is enabled, then it will enforce that the callback is called.
  • Better support for stack traces. Thanks @edbo @d-w4lsh
  • Supports nodejs 12. Thanks @jkehres

Internal:

  • Updated dependencies
  • Refactored unit tests
richardhyatt
published 3.6.0 •

Changelog

Source

3.6.0 (2018-06-14)

Updated:

  • Version checking supports node 10. Thanks @joskark @bvalosek @stewartjarod

Internal:

  • Updated dependencies
richardhyatt
published 3.5.0 •

Changelog

Source

3.5.0 (2018-07-23)

New:

  • Support for async handlers that return promises. Thanks @jkehres @jamesdixon @dtothefp @HajoAhoMantila

Updated:

  • Version checking is a little less strict and supports node versions in the 8.x range. Thanks @ArgamTorozyan

Internal:

  • Updated dependencies
richardhyatt
published 3.4.1 •

Changelog

Source

3.4.1 (2018-05-03)

Fixed:

  • package.json engines statement. Thanks @kaxelson
richardhyatt
published 3.4.0 •

Changelog

Source

3.4.0 (2018-04-20)

Updated:

  • Improved version checking using semver. Thanks @AlexHankins @wheresrhys

Fixed:

  • package.json engines to include node 8.x. Thanks @zanzamar
richardhyatt
published 3.3.0 •

Changelog

Source

3.3.0 (2018-04-03)

Updated:

  • Version checking now includes 8.10.0. Thanks @Limess
richardhyatt
published 3.2.0 •

Changelog

Source

3.2.0 (2018-02-14)

New:

  • JSON formatted env files. Thanks @debugwand

Internal:

  • Updated dependencies
richardhyatt
published 3.1.1 •

Changelog

Source

3.1.1 (2018-01-08)

Fixed:

  • Error being generated when x-ray server mock gets closed. Thanks @anyong

Internal:

  • Migrated from istanbul to nyc for test/coverage
richardhyatt
published 3.1.0 •

Changelog

Source

3.1.0 (2017-09-11)

New:

  • LAMBDA_TESTER_NODE_VERSION_CHECK environment variable support to prevent node version checking from running.
  • Verification for AWS X-Ray (Experimental)

Updated:

  • Updated verifiers to support async callback

Internal:

  • Updated test dependencies