Socket
Socket
Sign inDemoInstall

vandium

Package Overview
Dependencies
64
Maintainers
1
Versions
56
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install
Previous12346Next

2.5.0

Diff

Changelog

Source

2.5.0 (2016-05-27)

Improved:

  • Calls to context.succeed(), context.fail() and context.done() are now re-routed to the callback function

Internal:

  • Updated for future rough in for the lov validation engine
  • Simplified and streamline code and tests in several areas
richardhyatt
published 2.4.0 •

Changelog

Source

2.4.0 (2016-05-11)

New:

  • calling eval() from inside the Lambda handler will cause a security violation exception to be thrown
richardhyatt
published 2.3.0 •

Changelog

Source

2.3.0 (2016-05-07)

New:

  • Environment variable support to enable/disable injection attack protection

Improved:

  • Documentation split into several markdown files inside the docs folder
  • Reworked injection attack scanning for future updates
  • Update unit tests for full coverage
richardhyatt
published 2.2.1 •

Changelog

Source

2.2.1 (2016-04-27)

Improved:

  • Reduced load process even further by not requiring s3 resources unless they are needed
  • Removed dependency on lodash to reduce load times
richardhyatt
published 2.2.0 •

Changelog

Source

2.2.0 (2016-04-25)

Improved:

  • JWT can now be auto configured by having jwt configuration element in vandium.json or by setting environment variables
  • Optimized load process to reduce billing costs for cold runs.
  • Warm runs are quicker than previous releases
richardhyatt
published 2.1.0 •

Changelog

Source

2.1.0 (2016-04-17)

New:

  • Added vandium.after() to provide a mechanism to free resources after the handler calls callback or returns a promise.
richardhyatt
published 2.0.3 •

Changelog

Source

2.0.3 (2016-04-15)

Improved:

  • Only uncaught exceptions are logged and not those that are raised because of input validation or JWT verification issues
richardhyatt
published 2.0.2 •

Changelog

Source

2.0.2 (2016-04-14)

Updated:

  • Minor addition of vandium.logUncaughtExceptions() to prevent uncaught exceptions from being sent to console.log
richardhyatt
published 2.0.1 •

Changelog

Source

2.0.1 (2016-04-11)

Updated:

  • Tests now use version 2.1 of lambda-tester

Fixed:

  • Minor documentation fixes
richardhyatt
published 2.0.0 •

Changelog

Source

2.0.0 (2016-04-09)

New:

  • Added support for AWS Lambda callback handler
  • Environment variables can defined inside vandium.json

Improved:

  • Uncaught exceptions are logged to console.log() and routed to callback()

Changed:

  • When return promises to vandium, the callback pattern is used instead of context.succeed/fail

Compatibility:

  • Requires Node 4.3.2. For 0.10.x support, use version 1.x
SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc