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
3
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 2.1.0 to 2.2.0-maintenance-f8f167fa3397b7bdf73e43cfeb4758c0c3c8f858

5

CHANGELOG.md

@@ -7,2 +7,7 @@ # Change Log

## 2.2.0 - 2019-04-01
* rename: Move to `balena-io-modules` org [Will Boyce]
* npm: Fix invalid `typed-error` dependency version [Will Boyce]
## 2.1.0 - 2019-04-01

@@ -9,0 +14,0 @@

10

package.json
{
"name": "persistent-tunnel",
"version": "2.1.0",
"version": "2.2.0-maintenance-f8f167fa3397b7bdf73e43cfeb4758c0c3c8f858",
"description": "HTTP Agent for tunneling proxies with persistent sockets",

@@ -21,3 +21,3 @@ "main": "lib/index.js",

"type": "git",
"url": "git+https://github.com/balena-io/persistent-tunnel.git"
"url": "git+https://github.com/balena-io-modules/persistent-tunnel.git"
},

@@ -36,5 +36,5 @@ "keywords": [

"bugs": {
"url": "https://github.com/balena-io/persistent-tunnel/issues"
"url": "https://github.com/balena-io-modules/persistent-tunnel/issues"
},
"homepage": "https://github.com/balena-io/persistent-tunnel#readme",
"homepage": "https://github.com/balena-io-modules/persistent-tunnel#readme",
"devDependencies": {

@@ -61,3 +61,3 @@ "@types/bluebird": "^3.5.26",

"dependencies": {
"typed-error": "^3.0.3"
"typed-error": "^3.1.0"
},

@@ -64,0 +64,0 @@ "engines": {

@@ -100,4 +100,4 @@ # persistent-tunnel

In any case, if a tunnel connection gets dropped for any reason, the underlying
socket will emit an error that [will result in it being removed from the
HTTP Agent pool](https://github.com/balena-io/persistent-tunnel/blob/master/vendor/_http_agent.js#L246-L252) (and its resources released, too).
socket will emit an error that [will result in it being removed from the HTTP
Agent pool (and its resources released, too).

@@ -112,6 +112,6 @@ TODO

If you're having any problem, please [raise an issue](https://github.com/balena-io/persistent-tunnel/issues/new) on GitHub and the Balena team will be happy to help.
If you're having any problem, please [raise an issue](https://github.com/balena-io-modules/persistent-tunnel/issues/new) on GitHub and the Balena team will be happy to help.
## License
Licensed under the [MIT](https://github.com/balena-io/persistent-tunnel/blob/master/LICENSE) license.
Licensed under the [MIT](https://github.com/balena-io-modules/persistent-tunnel/blob/master/LICENSE) license.

Sorry, the diff of this file is not supported yet

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