You're Invited:Meet the Socket Team at BlackHat and DEF CON in Las Vegas, Aug 4-6.RSVP
Socket
Book a DemoInstallSign in
Socket

http-echo

Package Overview
Dependencies
Maintainers
1
Versions
2
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

http-echo - npm Package Compare versions

Comparing version

to
0.0.2

4

index.js

@@ -11,4 +11,2 @@ var http = require("http");

console.log(qs);
var status = qs.status || 200;

@@ -23,2 +21,4 @@ var contentType = qs.contentType || "text/plain";

console.log(uri.pathname + " - HTTP " + status + " (" + contentType + "): " + body);
response.end(body);

@@ -25,0 +25,0 @@ });

{
"name": "http-echo",
"version": "0.0.1",
"version": "0.0.2",
"description": "Echo a specific HTTP response back, controlled by URL querystring parameters.",

@@ -5,0 +5,0 @@ "main": "index.js",