wankdanker / node-discover

Automatic and decentralized discovery and monitoring of nodejs instances with built in support for a variable number of master processes, service advertising and channel messaging.
229 stars 59 forks source link

Security warning from node-uuid #32

Closed laurie71 closed 6 years ago

laurie71 commented 6 years ago

node-discover is using the deprecated / no-longer-maintained node-uuid module. That is resulting in console.warn messages being logged:

[SECURITY] node-uuid: crypto not usable, falling back to insecure Math.random()

I believe the solution is to switch from node-uuid to uuid.

wankdanker commented 6 years ago

Thanks for pointing this out. node-discover@1.0.0 has been published to npm.