persistent-tunnel
Advanced tools
Comparing version 2.1.0-maintenance-e3aee46172e78faac34069b8f0bc8313081152fc to 2.1.0
@@ -7,4 +7,5 @@ # Change Log | ||
## 2.1.0 - 2019-03-14 | ||
## 2.1.0 - 2019-04-01 | ||
* rename: s/resin/balena [Will Boyce] | ||
* dev: Enforce prettier coding standards [Will Boyce] | ||
@@ -11,0 +12,0 @@ * npm: Update dependencies and remove `package-lock.json` [Will Boyce] |
{ | ||
"name": "persistent-tunnel", | ||
"version": "2.1.0-maintenance-e3aee46172e78faac34069b8f0bc8313081152fc", | ||
"version": "2.1.0", | ||
"description": "HTTP Agent for tunneling proxies with persistent sockets", | ||
@@ -21,3 +21,3 @@ "main": "lib/index.js", | ||
"type": "git", | ||
"url": "git+https://github.com/resin-io/persistent-tunnel.git" | ||
"url": "git+https://github.com/balena-io/persistent-tunnel.git" | ||
}, | ||
@@ -30,11 +30,11 @@ "keywords": [ | ||
], | ||
"author": "Kostas Lekkas <kostas@resin.io>", | ||
"author": "Kostas Lekkas <kostas@balena.io>", | ||
"contributors": [ | ||
"Will Boyce <will@resin.io>" | ||
"Will Boyce <will@balena.io>" | ||
], | ||
"license": "Apache-2.0", | ||
"bugs": { | ||
"url": "https://github.com/resin-io/persistent-tunnel/issues" | ||
"url": "https://github.com/balena-io/persistent-tunnel/issues" | ||
}, | ||
"homepage": "https://github.com/resin-io/persistent-tunnel#readme", | ||
"homepage": "https://github.com/balena-io/persistent-tunnel#readme", | ||
"devDependencies": { | ||
@@ -45,6 +45,6 @@ "@types/bluebird": "^3.5.26", | ||
"@types/mocha": "^5.2.6", | ||
"@types/node": "^10.14.1", | ||
"@types/node": "^10.14.4", | ||
"bluebird": "^3.5.3", | ||
"chai": "^4.2.0", | ||
"coffeescript": "^2.3.2", | ||
"coffeescript": "^2.4.0", | ||
"husky": "^1.3.1", | ||
@@ -54,3 +54,3 @@ "lint-staged": "^8.1.5", | ||
"mocha": "^6.0.2", | ||
"node-tunnel": "^2.1.0", | ||
"node-tunnel": "^2.1.1", | ||
"prettier": "^1.16.4", | ||
@@ -60,6 +60,6 @@ "require-npm4-to-publish": "^1.0.0", | ||
"ts-node": "^8.0.3", | ||
"typescript": "^3.3.3333" | ||
"typescript": "^3.4.1" | ||
}, | ||
"dependencies": { | ||
"typed-error": "^3.0.2" | ||
"typed-error": "^3.0.3" | ||
}, | ||
@@ -66,0 +66,0 @@ "engines": { |
@@ -101,3 +101,3 @@ # persistent-tunnel | ||
socket will emit an error that [will result in it being removed from the | ||
HTTP Agent pool](https://github.com/resin-io/persistent-tunnel/blob/master/vendor/_http_agent.js#L246-L252) (and its resources released, too). | ||
HTTP Agent pool](https://github.com/balena-io/persistent-tunnel/blob/master/vendor/_http_agent.js#L246-L252) (and its resources released, too). | ||
@@ -112,6 +112,6 @@ TODO | ||
If you're having any problem, please [raise an issue](https://github.com/resin-io/persistent-tunnel/issues/new) on GitHub and the Resin.io team will be happy to help. | ||
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. | ||
## License | ||
Licensed under the [MIT](https://github.com/resin-io/persistent-tunnel/blob/master/LICENSE) license. | ||
Licensed under the [MIT](https://github.com/balena-io/persistent-tunnel/blob/master/LICENSE) license. |
/* | ||
Copyright 2018 Resin.io Ltd. | ||
Copyright 2018 Balena Ltd. | ||
@@ -4,0 +4,0 @@ Licensed under the Apache License, Version 2.0 (the "License"); |
/* | ||
Copyright 2018 Resin.io Ltd. | ||
Copyright 2018 Balena Ltd. | ||
@@ -4,0 +4,0 @@ Licensed under the Apache License, Version 2.0 (the "License"); |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
No v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
Found 1 instance in 1 package
36216
0
Updatedtyped-error@^3.0.3