Latest Threat Research:SANDWORM_MODE: Shai-Hulud-Style npm Worm Hijacks CI Workflows and Poisons AI Toolchains.Details
Socket
Book a DemoInstallSign in
Socket

http-teapot

Package Overview
Dependencies
Maintainers
1
Versions
7
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

http-teapot - npm Package Compare versions

Comparing version
2.1.0
to
2.2.0
+4
-1
package.json
{
"name": "http-teapot",
"version": "2.1.0",
"version": "2.2.0",
"description": "Add a teapot easter egg to any HTTP server.",

@@ -14,2 +14,5 @@ "main": "index.js",

},
"bin": {
"http-teapot": "server.js"
},
"author": "Thomas Watson Steen <w@tson.dk>",

@@ -16,0 +19,0 @@ "license": "MIT",

+10
-5

@@ -16,2 +16,8 @@ # http-teapot

or if you're going to use the cli
```
npm install http-teapot -g
```
## Usage

@@ -35,9 +41,8 @@

There is also a built in HTTP server that you can start from the command
line by running:
## CLI
```
npm start
```
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.
## Cheat codes

@@ -44,0 +49,0 @@

@@ -0,1 +1,3 @@

#!/usr/bin/env node
'use strict';

@@ -2,0 +4,0 @@