Comparing version 1.0.1 to 1.1.0
'use strict'; | ||
var conf = require('rc')('npm'); | ||
/** | ||
* Get configured proxy | ||
* | ||
* @api public | ||
*/ | ||
module.exports = function () { | ||
@@ -12,0 +5,0 @@ return process.env.HTTPS_PROXY || |
{ | ||
"name": "get-proxy", | ||
"version": "1.0.1", | ||
"version": "1.1.0", | ||
"description": "Get configured proxy", | ||
@@ -16,3 +16,3 @@ "license": "MIT", | ||
"scripts": { | ||
"test": "node test.js" | ||
"test": "xo && ava" | ||
}, | ||
@@ -24,7 +24,8 @@ "files": [ | ||
"dependencies": { | ||
"rc": "^0.5.5" | ||
"rc": "^1.1.2" | ||
}, | ||
"devDependencies": { | ||
"ava": "^0.0.4" | ||
"ava": "*", | ||
"xo": "*" | ||
} | ||
} |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
26
2270
2
12
+ Addeddeep-extend@0.6.0(transitive)
+ Addedminimist@1.2.8(transitive)
+ Addedrc@1.2.8(transitive)
+ Addedstrip-json-comments@2.0.1(transitive)
- Removeddeep-extend@0.2.11(transitive)
- Removedminimist@0.0.10(transitive)
- Removedrc@0.5.5(transitive)
- Removedstrip-json-comments@0.1.3(transitive)
Updatedrc@^1.1.2