persistent-tunnel
Advanced tools
Comparing version 1.1.2 to 1.1.3
@@ -1,1 +0,1 @@ | ||
module.exports = require('./lib/persistent-tunnel'); | ||
module.exports = require('./build/persistent-tunnel'); |
{ | ||
"name": "persistent-tunnel", | ||
"version": "1.1.2", | ||
"version": "1.1.3", | ||
"description": "HTTP Agent for tunneling proxies with persistent sockets", | ||
@@ -10,3 +10,5 @@ "main": "index.js", | ||
"scripts": { | ||
"test": "./node_modules/.bin/mocha" | ||
"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" | ||
}, | ||
@@ -27,2 +29,3 @@ "repository": { | ||
"chai": "^3.5.0", | ||
"coffee-script": "^1.10.0", | ||
"mocha": "^2.4.5", | ||
@@ -29,0 +32,0 @@ "node-tunnel": "^0.1.2" |
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
20798
9
5
329