-
Notifications
You must be signed in to change notification settings - Fork 1.5k
Open
Labels
feature requestNew feature or request to improve the current logicNew feature or request to improve the current logic
Description
Description:
Replace uuid with crypto.randomUUID()
import {v4 as uuidv4} from 'uuid'; |
Justification:
crypto was added globally as follows:
- v23.0.0 | No longer experimental.
- v19.0.0 | No longer behind --experimental-global-webcrypto CLI flag.
- v17.6.0, v16.15.0 | Added in: v17.6.0, v16.15.0
Docs: https://nodejs.org/api/globals.html#crypto
Are you willing to submit a PR?
Yes
Metadata
Metadata
Assignees
Labels
feature requestNew feature or request to improve the current logicNew feature or request to improve the current logic