peehaa/async-password

Simple utility library which makes the native password_* API async friendly

v0.1.1 2017-07-23 17:18 UTC

This package is auto-updated.

Last update: 2024-04-06 08:29:57 UTC


README

DON'T USE

API compatibility

This package's API aims to be compatible with the native password_* API.

However due to the difference between parameter type checking for internal functions and userland functions in weak mode this package may throw TypeErrors where the native functions would simply spit out an E_WARNING.

To prevent these API incompatibilities use strict_types when invoking the functions in this package.