New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
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 0.0.1 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",

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc