New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More

uuid

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

uuid - npm Package Versions

broofa
published 11.1.0 •

Changelog

Source

11.1.0 (2025-02-19)

Features

  • update TS types to allowUint8Array subtypes for buffer option (#865) (a5231e7)
broofa
published 11.0.5 •

Changelog

Source

11.0.5 (2025-01-09)

Bug Fixes

  • add TS unit test, pin to typescript@5.0.4 (#860) (24ac2fd)
broofa
published 11.0.4 •

Changelog

Source

11.0.4 (2025-01-05)

Bug Fixes

  • docs: insure -> ensure (#843) (d2a61e1)
  • exclude tests from published package (#840) (f992ff4)
  • Test for invalid byte array sizes and ranges in v1(), v4(), and v7() (#845) (e0ee900)
broofa
published 11.0.3 •

Changelog

Source

11.0.3 (2024-11-04)

Bug Fixes

broofa
published 11.0.2 •

Changelog

Source

11.0.2 (2024-10-28)

Bug Fixes

broofa
published 11.0.1 •

Changelog

Source

11.0.1 (2024-10-27)

Bug Fixes

broofa
published 11.0.0 •

Changelog

Source

11.0.0 (2024-10-26)

⚠ 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 11.0.0-0 •
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