Socket
Socket
Sign inDemoInstall

dragonzord

Package Overview
Dependencies
108
Maintainers
2
Versions
3
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

    dragonzord

bcrypt.compare as a lambda function.


Version published
Weekly downloads
4
increased by300%
Maintainers
2
Created
Weekly downloads
 

Readme

Source

dragonzord

Current Version Build Status Dependencies

belly-button-style

Run bcrypt.compare() as an AWS Lambda function. For bcrypt.hash() as a Lambda function, see tigerzord.

API

dragonzord uses the Lambda function interface in the following manner:

  • event - The following properties are expected in the event argument.
    • value (string) - The plaintext value to compare.
    • hash (string) - The hash to compare value against.
  • context - Unused.
  • callback(err, result) - A typical Node.js error first callback. If no error occurs, result will be a Boolean representing the result of compare().

Keywords

FAQs

Last updated on 26 Aug 2017

Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

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