Skip to content
This repository was archived by the owner on Jul 27, 2019. It is now read-only.

Conversation

tomtom215
Copy link

Remove external dependency of outdated "node-uuid" for salting and using vanilla Node Crypto instead via shaking this salt function instead:

return crypto.randomBytes(20).toString('hex');

Remove external dependency of outdated "node-uuid" for salting and using vanilla Node Crypto instead via shaking this salt function instead:

return crypto.randomBytes(20).toString('hex');
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant