http-teapot
Advanced tools
+4
-1
| { | ||
| "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 @@ |
+2
-0
@@ -0,1 +1,3 @@ | ||
| #!/usr/bin/env node | ||
| 'use strict'; | ||
@@ -2,0 +4,0 @@ |
Network access
Supply chain riskThis module accesses the network.
Found 1 instance in 1 package
Uses eval
Supply chain riskPackage uses dynamic code execution (e.g., eval()), which is a dangerous practice. This can prevent the code from running in certain environments and increases the risk that the code may contain exploits or malicious behavior.
Found 1 instance in 1 package
Filesystem access
Supply chain riskAccesses the file system, and could potentially read sensitive data.
Found 1 instance in 1 package
Long strings
Supply chain riskContains long string literals, which may be a sign of obfuscated or packed code.
Found 1 instance in 1 package
Network access
Supply chain riskThis module accesses the network.
Found 1 instance in 1 package
Uses eval
Supply chain riskPackage uses dynamic code execution (e.g., eval()), which is a dangerous practice. This can prevent the code from running in certain environments and increases the risk that the code may contain exploits or malicious behavior.
Found 1 instance in 1 package
Filesystem access
Supply chain riskAccesses the file system, and could potentially read sensitive data.
Found 1 instance in 1 package
Long strings
Supply chain riskContains long string literals, which may be a sign of obfuscated or packed code.
Found 1 instance in 1 package
271671
0.08%893
0.11%55
10%