| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
Fixes two problems with credential under Node v6: * crypto.pbkdf2 without an explicit digest algorithm has been deprecated * The formatting of logging Error objects was changed by nodejs/node#4582 So: * Node v6 is now tested by Travis * "SHA1" (the old default) is now present as an explicit parameter * A CLI test that was checking stderr with equality (and failing) now uses a regex
|
Travis gave me failures with the timing tests under Node v4 and v5, but I'm unable to reproduce them locally. It also gave me a failure with v0.10, which (as I have just now discovered) does not have a digest parameter at all. Seeing as v0.10 is going to be supported by Node for another 6 months, I'm not sure about the best course of action here. |
Sorry, something went wrong.
|
Unless you can think of something better, I think this may simply have to be a breaking change. |
Sorry, something went wrong.
|
I could check the Node version and apply the arguments accordingly, which would be ugly but work. |
Sorry, something went wrong.
| Back | FazBrowse Home | New Git URL |
Fixes two problems with credential under Node v6:
So: