From 7f576676860531a3897dfe29796ff19caca3a1b4 Mon Sep 17 00:00:00 2001 From: Steven Date: Mon, 15 Apr 2024 10:45:22 -0400 Subject: [PATCH] fix: switch npm.anvaka.com to npmgraph.js.org (#1035) This project is actively maintained so more likely to get a size feature to land. ### Related - https://github.com/anvaka/npmgraph.an/pull/27 - https://github.com/npmgraph/npmgraph/issues/132 --- src/components/LinkedLogos.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/components/LinkedLogos.tsx b/src/components/LinkedLogos.tsx index 641e1c28..17f8900a 100644 --- a/src/components/LinkedLogos.tsx +++ b/src/components/LinkedLogos.tsx @@ -65,8 +65,8 @@ export default (props: Props) => { title="graph" href={ isLatest - ? `https://npm.anvaka.com/#/view/2d/${escape(escape(name))}` - : `https://npm.anvaka.com/#/view/2d/${escape(escape(name))}/${version}` + ? `https://npmgraph.js.org/?q=${name}` + : `https://npmgraph.js.org/?q=${name}@${version}` } />