Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove deprecation warning on node 6 #35

Merged
merged 2 commits into from Nov 8, 2016

Conversation

rmehner
Copy link
Contributor

@rmehner rmehner commented Nov 8, 2016

If you run hoodie-account-server-api on node 6, it'll print out a deprecation message like this:

DeprecationWarning: crypto.pbkdf2 without specifying a digest is deprecated. Please specify a digest

This is, because in Node 4.x the digest was optional and defaulted to 'sha1', but in Node 6 it's no longer optional (although still supported).

@gr2m gr2m merged commit 44d694d into master Nov 8, 2016
@gr2m gr2m deleted the bugfixes/remove-deprecation-warning-on-node-6 branch November 8, 2016 18:00
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants