Socket
Socket
Sign inDemoInstall

gaxios

Package Overview
Dependencies
Maintainers
1
Versions
78
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

gaxios - npm Package Compare versions

Comparing version 6.0.3 to 6.0.4

3

build/src/gaxios.js

@@ -27,2 +27,3 @@ "use strict";

const retry_1 = require("./retry");
const https_proxy_agent_1 = require("https-proxy-agent");
/* eslint-disable @typescript-eslint/no-explicit-any */

@@ -59,3 +60,3 @@ const fetch = hasFetch() ? window.fetch : node_fetch_1.default;

if (proxy) {
HttpsProxyAgent = require('https-proxy-agent');
HttpsProxyAgent = https_proxy_agent_1.HttpsProxyAgent;
}

@@ -62,0 +63,0 @@ return proxy;

# Changelog
## [6.0.4](https://github.com/googleapis/gaxios/compare/v6.0.3...v6.0.4) (2023-08-03)
### Bug Fixes
* **deps:** Update https-proxy-agent to 7.0.1 and fix imports and tests ([#560](https://github.com/googleapis/gaxios/issues/560)) ([5c877e2](https://github.com/googleapis/gaxios/commit/5c877e28c3c9336a87b50536c074cb215b779d8e))
## [6.0.3](https://github.com/googleapis/gaxios/compare/v6.0.2...v6.0.3) (2023-07-24)

@@ -4,0 +11,0 @@

{
"name": "gaxios",
"version": "6.0.3",
"version": "6.0.4",
"description": "A simple common HTTP client specifically for Google APIs and services.",

@@ -62,3 +62,3 @@ "main": "build/src/index.js",

"form-data": "^4.0.0",
"gts": "^3.1.1",
"gts": "^5.0.0",
"is-docker": "^2.0.0",

@@ -80,3 +80,3 @@ "karma": "^6.0.0",

"null-loader": "^4.0.0",
"puppeteer": "^20.0.0",
"puppeteer": "^21.0.0",
"sinon": "^15.0.0",

@@ -93,3 +93,3 @@ "stream-browserify": "^3.0.0",

"extend": "^3.0.2",
"https-proxy-agent": "^5.0.0",
"https-proxy-agent": "^7.0.1",
"is-stream": "^2.0.0",

@@ -96,0 +96,0 @@ "node-fetch": "^2.6.9"

Sorry, the diff of this file is not supported yet

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