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.0 to 1.0.1

8

index.js

@@ -12,10 +12,10 @@ 'use strict';

module.exports = function () {
return conf['https-proxy'] ||
conf['http-proxy'] ||
conf.proxy ||
process.env.HTTPS_PROXY ||
return process.env.HTTPS_PROXY ||
process.env.https_proxy ||
process.env.HTTP_PROXY ||
process.env.http_proxy ||
conf['https-proxy'] ||
conf['http-proxy'] ||
conf.proxy ||
null;
};
{
"name": "get-proxy",
"version": "1.0.0",
"version": "1.0.1",
"description": "Get configured proxy",

@@ -5,0 +5,0 @@ "license": "MIT",

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