Socket
Socket
Sign inDemoInstall

gaxios

Package Overview
Dependencies
4
Maintainers
1
Versions
77
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 6.0.0 to 6.0.1

2

build/src/common.js

@@ -41,2 +41,4 @@ "use strict";

return JSON.parse(data.text());
case 'text':
return JSON.parse(data.text());
default:

@@ -43,0 +45,0 @@ return data;

@@ -174,2 +174,4 @@ "use strict";

return res.blob();
case 'text':
return res.text();
default:

@@ -176,0 +178,0 @@ return this.getResponseDataFromContentType(res);

# Changelog
## [6.0.1](https://github.com/googleapis/gaxios/compare/v6.0.0...v6.0.1) (2023-07-20)
### Bug Fixes
* Add text to responseType switch statement ([#554](https://github.com/googleapis/gaxios/issues/554)) ([899cf1f](https://github.com/googleapis/gaxios/commit/899cf1fb088f49927624d526f6de212837a31b9d))
## [6.0.0](https://github.com/googleapis/gaxios/compare/v5.1.3...v6.0.0) (2023-07-12)

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

2

package.json
{
"name": "gaxios",
"version": "6.0.0",
"version": "6.0.1",
"description": "A simple common HTTP client specifically for Google APIs and services.",

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

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

SocketSocket SOC 2 Logo

Product

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

Packages

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc