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 1.2.6 to 1.2.7

1

build/src/common.d.ts

@@ -17,2 +17,3 @@ /// <reference types="node" />

status: number;
statusText: string;
headers: Headers;

@@ -19,0 +20,0 @@ }

@@ -175,3 +175,9 @@ "use strict";

});
return { config: opts, data: data, headers, status: res.status };
return {
config: opts,
data: data,
headers,
status: res.status,
statusText: res.statusText
};
}

@@ -178,0 +184,0 @@ }

2

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

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc