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

Remove "node-uuid" dependency for salt#14

Open
tomtom215 wants to merge 1 commit intoCreativeSDK:masterfrom
tomtom215:patch-1
Open

Remove "node-uuid" dependency for salt#14
tomtom215 wants to merge 1 commit intoCreativeSDK:masterfrom
tomtom215:patch-1

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