New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

persistent-tunnel

Package Overview
Dependencies
Maintainers
1
Versions
29
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

persistent-tunnel - npm Package Compare versions

Comparing version 1.1.0 to 1.1.1

4

lib/persistent-tunnel.js
var net = require('net');
var http = require('http');
var extend = require('util-extend');
var assert = require('assert');

@@ -8,4 +7,3 @@ var NodeAgent = require('./_http_agent');

function createTunnelConnection(options, cb) {
var proxyOptions = extend({}, options.proxy);
var proxyOptions = options.proxy || {};
var connectOptions = {

@@ -12,0 +10,0 @@ method: 'CONNECT',

{
"name": "persistent-tunnel",
"version": "1.1.0",
"version": "1.1.1",
"description": "HTTP Agent for tunneling proxies with persistent sockets",

@@ -29,5 +29,3 @@ "main": "index.js",

},
"dependencies": {
"util-extend": "^1.0.3"
}
"dependencies": {}
}
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