Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Replace the uuid module with crypto.randomUUID #185

Merged
merged 1 commit into from
Aug 29, 2024
Merged

Commits on Aug 29, 2024

  1. Replace the uuid module with crypto.randomUUID

    This raises the minimal Node.js version from 14.16 to 14.17. This should
    be fine, considering Node.js 16 is already EOL, and 14.17 isn’t even the
    latest in the Node.js 14 release line.
    
    The global crypto would require a much newer version, hence the crypto
    module is imported.
    remcohaszing committed Aug 29, 2024
    Configuration menu
    Copy the full SHA
    dc19f72 View commit details
    Browse the repository at this point in the history