Skip to content

Commit

Permalink
deploy: 3d67d52
Browse files Browse the repository at this point in the history
  • Loading branch information
avindra committed Jun 24, 2024
1 parent dc727e7 commit 3065c6d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion npmjs.com/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,10 @@ if (repos) {
const pkg = document.querySelector("#top h1 span").textContent;
const sites = [
["Bundlephobia", `https://bundlephobia.com/package/${pkg}`],
["npm-stat", `https://npm-stat.com/charts.html?package=${pkg}`],
["anvaka", `https://npm.anvaka.com/#/view/2d/${pkg}`],
["Packagephobia", `https://packagephobia.com/result?p=${pkg}`],
["pkg-size.dev", `https://pkg-size.dev/${pkg}`],
["npm-stat", `https://npm-stat.com/charts.html?package=${pkg}`],
];

for (const [label, site] of sites) {
Expand Down

0 comments on commit 3065c6d

Please sign in to comment.