Socket
Socket
Sign inDemoInstall

uuid

Package Overview
Dependencies
Maintainers
4
Versions
39
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

uuid - npm Package Versions

234

11.0.0-0

Diff

Changelog

Source

11.0.0-0 (2024-09-05)

⚠ BREAKING CHANGES

  • refactor v1 internal state and options logic (#780)
  • refactor v7 internal state and options logic, fixes #764 (#779)
  • Port to TypeScript, closes #762 (#763)
  • update node support matrix (only support node 16-20) (#750)

Features

Bug Fixes

  • missing v7 expectations in browser spec (#751) (f54a866)
  • refactor v1 internal state and options logic (#780) (031b3d3)
  • refactor v7 internal state and options logic, fixes #764 (#779) (9dbd1cd)
  • remove v4 options default assignment preventing native.randomUUID from being used (#786) (afe6232), closes #763
  • seq_hi shift for byte 6 (#775) (1d532ca)
  • tsconfig module type (#778) (7eff835)
broofa
published 10.0.0 •

Changelog

Source

10.0.0 (2024-06-07)

⚠ BREAKING CHANGES

  • update node support (drop node@12, node@14, add node@20) (#750)

Features

Bug Fixes

  • revert "perf: remove superfluous call to toLowerCase (#677)" (#738) (e267b90)
ctavan
published 9.0.1 •

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 •

SocketSocket SOC 2 Logo

Product

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

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc