You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Mar 7, 2023. It is now read-only.
Hi there!
I tried upgrading my application to Node 12, and the following compile errors were thrown:
v8::Handle
does not exist any moreargs[i]->NumberValue()
does not work any moreI don't really know C++, but I managed to get it working with the following changes:
https://github.com/kryops/node-usb-detection/commit/20ebc8bc2ade4319087d6476cf9f556c1c582b84
Could you please check if they make sense and don't break anything else (especially older versions of Node), and upgrade this package accordingly?
Thanks!
See also:
bcoin-org/bcrypto#7
nodejs/node#23122
The text was updated successfully, but these errors were encountered: