You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+12-4Lines changed: 12 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -8,10 +8,10 @@
8
8
For the creation of [RFC9562](https://www.rfc-editor.org/rfc/rfc9562.html) (formally [RFC4122](https://www.rfc-editor.org/rfc/rfc4122.html)) UUIDs
9
9
10
10
-**Complete** - Support for all RFC9562 UUID versions
-**Secure** - Cryptographically-strong random values
17
17
-**Compact** - No dependencies, [tree-shakable](https://developer.mozilla.org/en-US/docs/Glossary/Tree_shaking)
@@ -480,6 +480,14 @@ Prior to `uuid@11`, it was possible for `options` state to interfere with the in
480
480
- Without `options`: Internal state is utilized to improve UUID uniqueness.
481
481
- With `options`: Internal state is **NOT** used and, instead, appropriate defaults are applied as needed.
482
482
483
+
## Support
484
+
485
+
**Browsers**: `uuid`[builds are tested](/uuidjs/uuid/blob/main/wdio.conf.js) against the latest version of desktop Chrome, Safari, Firefox, and Edge. Mobile versions of these same browsers are expected to work but aren't currently tested.
486
+
487
+
**Node**: `uuid`[builds are tested](https://github.com/uuidjs/uuid/blob/main/.github/workflows/ci.yml#L26-L27) against node ([LTS releases](https://github.com/nodejs/Release)), plus one prior. E.g. `node@18` is in maintainence mode, and `node@22` is the current LTS release. So `uuid` supports `node@16`-`node@22`.
488
+
489
+
**Typescript**: TS versions released within the past two years are supported. [source](https://github.com/microsoft/TypeScript/issues/49088#issuecomment-2468723715)
For the creation of [RFC9562](https://www.rfc-editor.org/rfc/rfc9562.html) (formally [RFC4122](https://www.rfc-editor.org/rfc/rfc4122.html)) UUIDs
23
23
24
24
-**Complete** - Support for all RFC9562 UUID versions
-**Secure** - Cryptographically-strong random values
31
31
-**Compact** - No dependencies, [tree-shakable](https://developer.mozilla.org/en-US/docs/Glossary/Tree_shaking)
@@ -488,6 +488,14 @@ Prior to `uuid@11`, it was possible for `options` state to interfere with the in
488
488
- Without `options`: Internal state is utilized to improve UUID uniqueness.
489
489
- With `options`: Internal state is **NOT** used and, instead, appropriate defaults are applied as needed.
490
490
491
+
## Support
492
+
493
+
**Browsers**: `uuid`[builds are tested](/uuidjs/uuid/blob/main/wdio.conf.js) against the latest version of desktop Chrome, Safari, Firefox, and Edge. Mobile versions of these same browsers are expected to work but aren't currently tested.
494
+
495
+
**Node**: `uuid`[builds are tested](https://github.com/uuidjs/uuid/blob/main/.github/workflows/ci.yml#L26-L27) against node ([LTS releases](https://github.com/nodejs/Release)), plus one prior. E.g. `node@18` is in maintainence mode, and `node@22` is the current LTS release. So `uuid` supports `node@16`-`node@22`.
496
+
497
+
**Typescript**: TS versions released within the past two years are supported. [source](https://github.com/microsoft/TypeScript/issues/49088#issuecomment-2468723715)
0 commit comments