
Security News
Attackers Are Hunting High-Impact Node.js Maintainers in a Coordinated Social Engineering Campaign
Multiple high-impact npm maintainers confirm they have been targeted in the same social engineering campaign that compromised Axios.

STTS is a quick, completely offline reference for HTTP status codes.

Install stts globally to use it in your terminal no matter where you are in your folder structure.
npm i -g stts
stts <statusCode>
# eg: stts 409
Use the -l or -list flag to list all status codes along with a short description. You don't need to use a status code here.
Usage:
stts -l
# `stts -list` will also have the same behaviour
Note: This uses node --print "http.STATUS_CODES" behind the scenes.
Include a -t argument to get the output in plan text. This is useful if you'd want to pipe the output to clipboard.
stts <statusCode> -t
# eg: stts 301 -t
All the reference text is from https://httpstatuses.com/. Thanks to Runscope for sponsoring it.
I wrote a quick how-to about how I made stts: https://nikhilvijayan.com/http-status-code-checker.
FAQs
An npm package to quickly look up status code names
We found that stts demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 0 open source maintainers collaborating on the project.
Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Security News
Multiple high-impact npm maintainers confirm they have been targeted in the same social engineering campaign that compromised Axios.

Security News
Axios compromise traced to social engineering, showing how attacks on maintainers can bypass controls and expose the broader software supply chain.

Security News
Node.js has paused its bug bounty program after funding ended, removing payouts for vulnerability reports but keeping its security process unchanged.