From 93e2d9e838b045ef06239247a75e97d84fe18758 Mon Sep 17 00:00:00 2001 From: Robert Kieffer Date: Mon, 13 Mar 2023 10:32:45 -0700 Subject: [PATCH 1/2] chore: add SECURITY.md, fixes #696 --- .github/SECURITY.md | 1 + 1 file changed, 1 insertion(+) create mode 100644 .github/SECURITY.md diff --git a/.github/SECURITY.md b/.github/SECURITY.md new file mode 100644 index 00000000..6a1fdc05 --- /dev/null +++ b/.github/SECURITY.md @@ -0,0 +1 @@ +For issues related to `uuid` security please email the module maintainers. Their email addresses are available via `npm owner ls uuid`. From 87779a203c0dba7af7d087ac21abd369f008a4dc Mon Sep 17 00:00:00 2001 From: Robert Kieffer Date: Mon, 13 Mar 2023 10:39:16 -0700 Subject: [PATCH 2/2] chore: prettier --fix --- README_js.md | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/README_js.md b/README_js.md index 8d3a18e5..4572c575 100644 --- a/README_js.md +++ b/README_js.md @@ -32,11 +32,9 @@ For the creation of [RFC4122](https://www.ietf.org/rfc/rfc4122.txt) UUIDs - **Small** - Zero-dependency, small footprint, plays nice with "tree shaking" packagers - **CLI** - Includes the [`uuid` command line](#command-line) utility -> **Note** -> Upgrading from `uuid@3`? Your code is probably okay, but check out [Upgrading From `uuid@3`](#upgrading-from-uuid3) for details. +> **Note** Upgrading from `uuid@3`? Your code is probably okay, but check out [Upgrading From `uuid@3`](#upgrading-from-uuid3) for details. -> **Note** -> Only interested in creating a version 4 UUID? You might be able to use [`cypto.randomUUID()`](https://developer.mozilla.org/en-US/docs/Web/API/Crypto/randomUUID), eliminating the need to install this library. +> **Note** Only interested in creating a version 4 UUID? You might be able to use [`cypto.randomUUID()`](https://developer.mozilla.org/en-US/docs/Web/API/Crypto/randomUUID), eliminating the need to install this library. ## Quickstart