From 691098b28ae122c2ac7eda230a822c7b7496bb5c Mon Sep 17 00:00:00 2001 From: Sindre Sorhus Date: Thu, 14 Dec 2023 01:27:27 +0100 Subject: [PATCH] Meta tweaks --- .github/security.md | 3 +++ LICENSE => license | 0 readme.md | 3 ++- 3 files changed, 5 insertions(+), 1 deletion(-) create mode 100644 .github/security.md rename LICENSE => license (100%) diff --git a/.github/security.md b/.github/security.md new file mode 100644 index 0000000..5358dc5 --- /dev/null +++ b/.github/security.md @@ -0,0 +1,3 @@ +# Security Policy + +To report a security vulnerability, please use the [Tidelift security contact](https://tidelift.com/security). Tidelift will coordinate the fix and disclosure. diff --git a/LICENSE b/license similarity index 100% rename from LICENSE rename to license diff --git a/readme.md b/readme.md index d70ad8a..07c7e16 100644 --- a/readme.md +++ b/readme.md @@ -47,4 +47,5 @@ The returned function has a `.clear()` method to cancel scheduled executions, an ## Related -- [p-debounce](https://github.com/sindresorhus/p-debounce) - Similar but handles promises. +- [p-debounce](https://github.com/sindresorhus/p-debounce) - Similar but handles promises +- [throttleit](https://github.com/sindresorhus/throttleit) - Throttle a function to limit its execution rate