From f1740c5e659da02669ca51b2c7d2d58e5446492e Mon Sep 17 00:00:00 2001 From: Julian Gruber Date: Sat, 7 Oct 2023 08:53:28 -0700 Subject: [PATCH] docs: add ossf best practices badge --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 47190ec..5e9140a 100644 --- a/README.md +++ b/README.md @@ -6,6 +6,7 @@ [![github actions][actions-image]][actions-url] [![downloads](https://img.shields.io/npm/dm/isarray.svg)](https://www.npmjs.org/package/isarray) [![openssf](https://api.securityscorecards.dev/projects/github.com/juliangruber/isarray/badge)](https://deps.dev/npm/isarray) +[![OpenSSF Best Practices](https://www.bestpractices.dev/projects/6288/badge)](https://www.bestpractices.dev/projects/6288) __Just use Array.isArray directly__, unless you need to support those older versions.