-
Notifications
You must be signed in to change notification settings - Fork 521
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
Node 11.3 deprecated warnings #684
Comments
I'll address this in the next release, which is due in a few days. |
@agathver that's awesome. thanks! |
Note that this module will not work on Node 12, as those APIs are being removed in V8. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I was testing out node 11.3 on a WSL instance of Ubuntu 18 this morning with our code base. We have been running successfully with 10.13. We are interested in using the latest stable threading support in node 11, which is why we are experimenting. However, when I ran
npm install
bycrypt was complaining about deprecations and I was wondering if that is something to be concerned about and/or if that was on the radar of the bcrypt team?Thanks.
The text was updated successfully, but these errors were encountered: