
Research
SANDWORM_MODE: Shai-Hulud-Style npm Worm Hijacks CI Workflows and Poisons AI Toolchains
An emerging npm supply chain attack that infects repos, steals CI secrets, and targets developer AI toolchains for further compromise.
http-teapot
Advanced tools
Add support for RFC 2324 to any HTTP server.

npm install http-teapot
or if you're going to use the cli
npm install http-teapot -g
Just add http-teapot as a routing function. It supports most routing modules including Express and router.
Express example:
var teapot = require('http-teapot');
var app = express();
app.get('/teapot', teapot);
app.listen(1337);
Now, if you visit http://localhost:1337/teapot you must see a teapot ;)
There is also a built in HTTP server that you can start from the command line.
If you install the module globally you can run the server by running the http-teapot command.
MIT
FAQs
Add a teapot easter egg to any HTTP server.
The npm package http-teapot receives a total of 7 weekly downloads. As such, http-teapot popularity was classified as not popular.
We found that http-teapot demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 1 open source maintainer 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.

Research
An emerging npm supply chain attack that infects repos, steals CI secrets, and targets developer AI toolchains for further compromise.

Company News
Socket is proud to join the OpenJS Foundation as a Silver Member, deepening our commitment to the long-term health and security of the JavaScript ecosystem.

Security News
npm now links to Socket's security analysis on every package page. Here's what you'll find when you click through.