Azure / azure-relay-node

☁️Node.js library for Azure Relay Hybrid Connections
https://docs.microsoft.com/en-us/azure/service-bus-relay/relay-what-is-it
MIT License
12 stars 14 forks source link

Switch to built-in crypto library #14

Open SamVerschueren opened 6 years ago

SamVerschueren commented 6 years ago

I noticed that hyco-ws and hyco-websocket are both dependent on the crypto library. This library however is deprecated and should not be used.

SamVerschueren commented 6 years ago

Apparently, also other built-in libraries are added as dependency.

Any reason why this is the case? I can do a PR if you want to remove these.