persistent-tunnel
Advanced tools
Comparing version 1.2.4 to 2.0.0-typescript-ca051a214d777777a40aadfc95f9ee88a3b89ef6
{ | ||
"name": "persistent-tunnel", | ||
"version": "1.2.4", | ||
"version": "2.0.0-typescript-ca051a214d777777a40aadfc95f9ee88a3b89ef6", | ||
"description": "HTTP Agent for tunneling proxies with persistent sockets", | ||
"main": "index.js", | ||
"main": "lib/index.js", | ||
"typing": "lib/index.d.ts", | ||
"directories": { | ||
@@ -10,5 +11,8 @@ "test": "test" | ||
"scripts": { | ||
"pretest": "./node_modules/.bin/coffee -o build -c lib", | ||
"test": "./node_modules/.bin/mocha --compilers coffee:coffee-script/register", | ||
"prepublish": "./node_modules/.bin/coffee -o build -c lib" | ||
"lint": "resin-lint --typescript src test", | ||
"check": "tsc --pretty --noEmit --diagnostics --project .", | ||
"build": "tsc --pretty --project ./tsconfig.dist.json", | ||
"test": "mocha --require ts-node/register/type-check --require coffeescript/register test/*", | ||
"prepublish": "require-npm4-to-publish", | ||
"prepare": "npm run build" | ||
}, | ||
@@ -26,3 +30,6 @@ "repository": { | ||
"author": "Kostas Lekkas <kostas@resin.io>", | ||
"license": "MIT", | ||
"contributors": [ | ||
"Will Boyce <will@resin.io>" | ||
], | ||
"license": "Apache-2.0", | ||
"bugs": { | ||
@@ -33,14 +40,24 @@ "url": "https://github.com/resin-io/persistent-tunnel/issues" | ||
"devDependencies": { | ||
"bluebird": "^3.3.1", | ||
"chai": "^3.5.0", | ||
"coffee-script": "^1.10.0", | ||
"mocha": "^2.4.5", | ||
"node-tunnel": "^0.1.2" | ||
"@types/bluebird": "3.5.16", | ||
"@types/chai": "^4.1.4", | ||
"@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", | ||
"mocha": "^5.2.0", | ||
"node-tunnel": "^1.4.0", | ||
"require-npm4-to-publish": "^1.0.0", | ||
"resin-lint": "^1.5.7", | ||
"ts-node": "^7.0.1", | ||
"typescript": "^3.0.3" | ||
}, | ||
"dependencies": { | ||
"typed-error": "^0.1.0" | ||
"typed-error": "^3.0.0" | ||
}, | ||
"engines": { | ||
"node": "4.x" | ||
"node": ">=6.0.0" | ||
} | ||
} |
@@ -28,3 +28,2 @@ # persistent-tunnel | ||
}); | ||
tunnelingAgent.createConnection = tunnel.createConnection; | ||
@@ -50,3 +49,2 @@ var req = http.request({ | ||
}); | ||
tunnelingAgent.createConnection = tunnel.createConnection; | ||
@@ -73,3 +71,2 @@ var req = http.request({ | ||
}); | ||
tunnelingAgent.createConnection = tunnel.createConnection; | ||
@@ -76,0 +73,0 @@ var req = http.request({ |
Sorry, the diff of this file is not supported yet
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
Network access
Supply chain riskThis module accesses the network.
Found 1 instance in 1 package
No v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
Found 1 instance in 1 package
Network access
Supply chain riskThis module accesses the network.
Found 2 instances in 1 package
34806
13
387
2
15
1
116
+ Addedtyped-error@3.2.2(transitive)
- Removedtyped-error@0.1.0(transitive)
Updatedtyped-error@^3.0.0