Skip to content
Notifications You must be signed in to change notification settings

PythonAtSea/putesco

Folders and files

NameName
Last commit message
Last commit date

Latest commit

50fcecc · · Nov 3, 2025

History

25 Commits
Nov 3, 2025
Oct 31, 2025
Oct 28, 2025
Oct 28, 2025
Oct 28, 2025
Nov 3, 2025
Oct 28, 2025
Oct 28, 2025
Nov 3, 2025
Oct 28, 2025
Oct 31, 2025
Oct 31, 2025
Oct 28, 2025
Oct 28, 2025

Repository files navigation

Putesco

Putesco is a simple webapp that lets you paste in your package-lock.json and see if any of the packages have vulnerabilities, how long since their last commit, if they've been archived, and how many stars they have! In other words, it finds dead or rotting packages (this was made to satisfy a "spooky" theme). It deliberately doesn't give a "score" to each package, because you're smart enough to figure out if you should find a replacement for a package based on the info that's provided.

screenshot of putesco

Running Locally

First, run the development server:

npm run dev

# or
yarn dev

# or
pnpm dev

# or
bun devv

Then, open http://localhost:3000. Have fun!

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published