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

Remove "node-uuid" dependency for salt #14

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open

Remove "node-uuid" dependency for salt #14

wants to merge 1 commit into from

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