New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

praxios

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

praxios - npm Package Compare versions

Comparing version 1.0.0 to 1.0.1

.github/ISSUE_TEMPLATE/bug_report.md

7

CHANGELOG.md

@@ -0,1 +1,8 @@

## [1.0.1](https://github.com/Safe-Security/praxios/compare/v1.0.0...v1.0.1) (2021-09-30)
### Bug Fixes
* remove handling of NO_PROXY ([#3](https://github.com/Safe-Security/praxios/issues/3)) ([2803e44](https://github.com/Safe-Security/praxios/commit/2803e44eb1bd2115688171f135765bfb4921f685))
# 1.0.0 (2021-09-29)

@@ -2,0 +9,0 @@

3

dist/index.js

@@ -8,3 +8,3 @@ "use strict";

exports.tunnel = tunnel;
var _a = process.env, PROXY_HOST = _a.PROXY_HOST, PROXY_PORT = _a.PROXY_PORT, PROXY_USERNAME = _a.PROXY_USERNAME, PROXY_PASSWORD = _a.PROXY_PASSWORD, NO_PROXY = _a.NO_PROXY;
var _a = process.env, PROXY_HOST = _a.PROXY_HOST, PROXY_PORT = _a.PROXY_PORT, PROXY_USERNAME = _a.PROXY_USERNAME, PROXY_PASSWORD = _a.PROXY_PASSWORD;
var isProxyDefined = function () {

@@ -25,3 +25,2 @@ return PROXY_HOST !== undefined && PROXY_PORT !== undefined;

port: Number(PROXY_PORT),
localAddress: NO_PROXY,
proxyAuth: getProxyAuth(),

@@ -28,0 +27,0 @@ },

{
"name": "praxios",
"version": "1.0.0",
"version": "1.0.1",
"description": "wrapper to support corporate proxies in axios",

@@ -5,0 +5,0 @@ "main": "dist/index.js",

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