Remix.run Logo
bakkoting 4 days ago

> And how many dependencies does Hono have?

Zero.

I'm guessing you're looking at the `devDependencies` in its package.json, but those are only used by the people building the project, not by people merely consuming it.

PxldLtd 3 days ago | parent [-]

That doesn't prevent supply chain attacks. Dev dependencies are still software dependencies and add a certain level of risk.

arcfour 3 days ago | parent | next [-]

This is needlessly pedantic unless you are writing from an OS, browser, etc. that you wrote entirely by yourself, without using an editor or linter or compiler not written by you, in which case I tip my cap to you.

bakkoting 3 days ago | parent | prev [-]

Only in the sense that any other software on the developers' machines adds a certain level of risk.