Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

get-proxy

Package Overview
Dependencies
Maintainers
1
Versions
5
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

get-proxy - npm Package Compare versions

Comparing version 1.0.1 to 1.1.0

license

7

index.js
'use strict';
var conf = require('rc')('npm');
/**
* Get configured proxy
*
* @api public
*/
module.exports = function () {

@@ -12,0 +5,0 @@ return process.env.HTTPS_PROXY ||

9

package.json
{
"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": "*"
}
}
SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc