Socket
Socket
Sign inDemoInstall

uuid

Package Overview
Dependencies
0
Maintainers
4
Versions
37
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install
234Next

9.0.1

Diff

Changelog

Source

9.0.1 (2023-09-12)

build

  • Fix CI to work with Node.js 20.x
ctavan
published 9.0.0 •

Changelog

Source

9.0.0 (2022-09-05)

⚠ BREAKING CHANGES

  • Drop Node.js 10.x support. This library always aims at supporting one EOLed LTS release which by this time now is 12.x which has reached EOL 30 Apr 2022.

  • 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.

  • Drop IE 11 and Safari 10 support. Drop support for browsers that don't correctly implement const/let and default arguments, and no longer transpile the browser build to ES2015.

    This also removes the fallback on msCrypto instead of the crypto API.

    Browser tests are run in the first supported version of each supported browser and in the latest (as of this commit) version available on Browserstack.

Features

Bug Fixes

build

  • drop Node.js 8.x from babel transpile target (#603) (aa11485)

  • drop support for legacy browsers (IE11, Safari 10) (#604) (0f433e5)

  • drop node 10.x to upgrade dev dependencies (#653) (28a5712), closes #643

ctavan
published 9.0.0-beta.0 •

ctavan
published 8.3.2 •

Changelog

Source

8.3.2 (2020-12-08)

Bug Fixes

ctavan
published 8.3.2-beta.0 •

ctavan
published 8.3.1 •

Changelog

Source

8.3.1 (2020-10-04)

Bug Fixes

ctavan
published 8.3.0 •

Changelog

Source

8.3.0 (2020-07-27)

Features

ctavan
published 8.3.0-beta.0 •

ctavan
published 8.2.0 •

Changelog

Source

8.2.0 (2020-06-23)

Features

Bug Fixes

ctavan
published 8.2.0-beta.0 •

234Next
SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc