Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

uuid-random

Package Overview
Dependencies
Maintainers
1
Versions
12
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

uuid-random - npm Package Versions

2

1.3.2

Diff

jchook
published 1.3.0 •

Changelog

Source

1.3.0 <small>- Sept 14, 2019</small>

  • Exposes uuid.randomBytes() so you can override it, e.g. with nacl (#5)
  • Exposes uuid.clearBuffer() to clear the internal RNG buffer
  • Performance improvement via refactor (#5)
  • Fix Math.random() fallback range from [0,255) to [0,255] (#6)
  • Updated benchmarks (thanks @aarondcohen)
  • README, etc now written in E-Prime

Note: version jump to 1.3.0 since I should have named 1.0.4 ⇒ 1.1.0 and 1.0.5 ⇒ 1.2.0

jchook
published 1.0.9 •

Changelog

Source

1.0.9

  • Type definition for TypeScript
jchook
published 1.0.8 •

Changelog

Source

1.0.8

  • Fix for IE11 when using crypto library (check window.msCrypto)
jchook
published 1.0.7 •

Changelog

Source

1.0.7

  • Minor performance improvement
  • Benchmarks latest npm uuid packages
  • Updates code formatting and README
  • Still the fastest pure JS UUIDv4 generator x2
jchook
published 1.0.6 •

jchook
published 1.0.5 •

Changelog

Source

1.0.5

  • Fixes notice when environment does not support crypto
  • Exposes uuid.test() function to validate a uuid v4 string
jchook
published 1.0.4 •

Changelog

Source

1.0.4

  • Improves performance when generating large batches of uuids
  • Exposes uuid.bin() for generating binary uuids
jchook
published 1.0.3 •

Changelog

Source

1.0.3

  • Verified RFC-4122 compliance
jchook
published 1.0.2 •

Changelog

Source

1.0.2

  • Bug fix
2
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