persistent-tunnel
Advanced tools
Comparing version 2.0.0-typescript-ca051a214d777777a40aadfc95f9ee88a3b89ef6 to 2.0.0-typescript-fb7df9126a7aeea17bde003a3e58c560a555799e
@@ -7,3 +7,3 @@ # Change Log | ||
## v2.0.0 - 2018-09-03 | ||
## v2.0.0 - 2018-10-08 | ||
@@ -10,0 +10,0 @@ * TypeScript rewrite [Will Boyce] |
{ | ||
"name": "persistent-tunnel", | ||
"version": "2.0.0-typescript-ca051a214d777777a40aadfc95f9ee88a3b89ef6", | ||
"version": "2.0.0-typescript-fb7df9126a7aeea17bde003a3e58c560a555799e", | ||
"description": "HTTP Agent for tunneling proxies with persistent sockets", | ||
@@ -11,3 +11,3 @@ "main": "lib/index.js", | ||
"scripts": { | ||
"lint": "resin-lint --typescript src test", | ||
"lint": "resin-lint --no-prettier --typescript src test", | ||
"check": "tsc --pretty --noEmit --diagnostics --project .", | ||
@@ -39,17 +39,17 @@ "build": "tsc --pretty --project ./tsconfig.dist.json", | ||
"devDependencies": { | ||
"@types/bluebird": "3.5.16", | ||
"@types/chai": "^4.1.4", | ||
"@types/bluebird": "^3.5.24", | ||
"@types/chai": "^4.1.6", | ||
"@types/lodash": "^4.14.116", | ||
"@types/mocha": "^5.2.5", | ||
"@types/node": "^8.10.29", | ||
"bluebird": "^3.5.1", | ||
"chai": "^4.1.2", | ||
"coffeescript": "^2.3.1", | ||
"lodash": "^4.17.10", | ||
"@types/node": "^8.10.34", | ||
"bluebird": "^3.5.2", | ||
"chai": "^4.2.0", | ||
"coffeescript": "^2.3.2", | ||
"lodash": "^4.17.11", | ||
"mocha": "^5.2.0", | ||
"node-tunnel": "^1.4.0", | ||
"node-tunnel": "^2.0.0", | ||
"require-npm4-to-publish": "^1.0.0", | ||
"resin-lint": "^1.5.7", | ||
"resin-lint": "^2.0.1", | ||
"ts-node": "^7.0.1", | ||
"typescript": "^3.0.3" | ||
"typescript": "^3.1.1" | ||
}, | ||
@@ -56,0 +56,0 @@ "dependencies": { |
@@ -44,3 +44,3 @@ /* | ||
Promise.fromCallback((cb) => { | ||
tunnelProxy = nodeTunnel.createTunnel(); | ||
tunnelProxy = new nodeTunnel.Tunnel(); | ||
tunnelProxy.listen(tunnelPort, cb); | ||
@@ -47,0 +47,0 @@ }); |
Sorry, the diff of this file is not supported yet
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
1
32898
12