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.3 to 1.2.4

2

build/src/gaxios.d.ts

@@ -17,3 +17,3 @@ import { GaxiosOptions, GaxiosPromise } from './common';

*/
request<T = any>(opts: GaxiosOptions): GaxiosPromise<T>;
request<T = any>(opts?: GaxiosOptions): GaxiosPromise<T>;
private getResponseData;

@@ -20,0 +20,0 @@ /**

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

*/
request(opts) {
request(opts = {}) {
return __awaiter(this, void 0, void 0, function* () {

@@ -47,0 +47,0 @@ opts = this.validateOpts(opts);

{
"name": "gaxios",
"version": "1.2.3",
"version": "1.2.4",
"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