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 2.3.2 to 2.3.3

6

build/src/gaxios.js

@@ -155,3 +155,7 @@ "use strict";

opts.body = JSON.stringify(opts.data);
opts.headers['Content-Type'] = 'application/json';
// Allow the user to specifiy their own content type,
// such as application/json-patch+json:
if (!opts.headers['Content-Type']) {
opts.headers['Content-Type'] = 'application/json';
}
}

@@ -158,0 +162,0 @@ else {

2

package.json
{
"name": "gaxios",
"version": "2.3.2",
"version": "2.3.3",
"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

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