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

feat: remove UMD build #645

Merged
merged 1 commit into from Aug 4, 2022
Merged

feat: remove UMD build #645

merged 1 commit into from Aug 4, 2022

Commits on Aug 3, 2022

  1. feat: remove UMD build

    BREAKING CHANGE: Remove the minified UMD build from the package.
    
    Minified code is hard to audit and since this is a widely used library
    it seems more appropriate nowadays to optimize for auditability than to
    ship a legacy module format that, at best, serves educational purposes
    nowadays.
    
    For production browser use cases, users should be using a bundler. For
    educational purposes, today's online sandboxes like replit.com offer
    convenient ways to load npm modules, so the use case for UMD through
    repos like UNPKG or jsDelivr has largely vanished.
    
    Fixes #620
    ctavan committed Aug 3, 2022
    Copy the full SHA
    3ad9e6f View commit details
    Browse the repository at this point in the history