From 47e3ff7bfa7b6be0932a61cda2acc521b553b9fe Mon Sep 17 00:00:00 2001 From: Sergio Date: Mon, 16 Mar 2026 19:14:47 +0800 Subject: [PATCH] Add npm-deprecated-check (#586) Co-authored-by: Jonathan Neidel --- readme.md | 1 + 1 file changed, 1 insertion(+) diff --git a/readme.md b/readme.md index 94f2407..490e2d6 100644 --- a/readme.md +++ b/readme.md @@ -259,6 +259,7 @@ Expose a service running on localhost to the public web for testing and sharing. - [npm-check-updates](https://github.com/tjunnone/npm-check-updates) - Find newer versions of package dependencies than what your package.json allows. - [updates](https://github.com/silverwind/updates) - Flexible npm dependency update tool. - [wipe-modules](https://github.com/bntzio/wipe-modules) - Remove `node_modules` of inactive projects. +- [npm-deprecated-check](https://github.com/KID-joker/npm-deprecated-check) - Check for deprecated dependencies. ### Boilerplate