Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@postman/tunnel-agent

Package Overview
Dependencies
Maintainers
320
Versions
3
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@postman/tunnel-agent - npm Package Compare versions

Comparing version 0.6.3 to 0.6.4

7

index.js

@@ -222,3 +222,9 @@ 'use strict'

var secureSocket
var secureContext
if(self.options.extraCA) {
secureContext = tls.createSecureContext(self.options)
secureContext.context.addCACert(self.options.extraCA)
}
try {

@@ -229,2 +235,3 @@ // 0 is dummy port for v0.6

, socket: socket
, secureContext: secureContext
}

@@ -231,0 +238,0 @@ ))

2

package.json

@@ -6,3 +6,3 @@ {

"description": "HTTP proxy tunneling agent.",
"version": "0.6.3",
"version": "0.6.4",
"repository": {

@@ -9,0 +9,0 @@ "url": "git+https://github.com/postmanlabs/tunnel-agent.git"

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