1
0
Fork 0

v2.0.2: Fix error documentation; now correctly lists InternalError instead of OperationalError

master
Sven Slootweg 9 years ago
parent 697e18dd2b
commit 7fe7ac2a67

@ -130,7 +130,7 @@ This error is thrown if the input did not match the specified hash. The original
This error is thrown if there is a different problem with the input (either the to-be-hashed value, or the hash), such as a malformed hash. The original error message is retained.
### scrypt.OperationalError
### scrypt.InternalError
This error is thrown when an internal error of some other kind occurs in the `scrypt` library. The original error message is retained.

@ -1,6 +1,6 @@
{
"name": "scrypt-for-humans",
"version": "2.0.1",
"version": "2.0.2",
"description": "A human-friendly API wrapper for the Node.js Scrypt bindings.",
"main": "index.js",
"scripts": {

Loading…
Cancel
Save