Socket
Socket
Sign inDemoInstall

tcp-http-client

Package Overview
Dependencies
0
Maintainers
1
Versions
10
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 1.0.8 to 1.0.9

2

package.json
{
"name": "tcp-http-client",
"version": "1.0.8",
"version": "1.0.9",
"description": "Basic Http client using built in net and tls modules",

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

@@ -17,3 +17,2 @@ const TCPHttpSocketWrapper = require("./TCPHttpSocketWrapper");

socket.on("end", () => {
console.log("got socket end!");
this.removeSocket(socketKey);

@@ -20,0 +19,0 @@ });

SocketSocket SOC 2 Logo

Product

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

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc