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 5.0.0 to 5.0.1

4

build/src/common.d.ts
/// <reference types="node" />
import { AbortSignal } from 'abort-controller';
/// <reference types="node" />
import { Agent } from 'http';

@@ -65,3 +65,3 @@ import { URL } from 'url';

retry?: boolean;
signal?: AbortSignal;
signal?: any;
size?: number;

@@ -68,0 +68,0 @@ /**

# Changelog
## [5.0.1](https://github.com/googleapis/gaxios/compare/v5.0.0...v5.0.1) (2022-07-04)
### Bug Fixes
* **types:** loosen AbortSignal type ([5a379ca](https://github.com/googleapis/gaxios/commit/5a379ca123f08f286c4774711a7a3293bffc1ea6))
## [5.0.0](https://github.com/googleapis/gaxios/compare/v4.3.3...v5.0.0) (2022-04-20)

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

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

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

"@types/extend": "^3.0.1",
"@types/mocha": "^8.0.0",
"@types/mocha": "^9.0.0",
"@types/multiparty": "0.0.33",

@@ -55,2 +55,3 @@ "@types/mv": "^2.1.0",

"@types/uuid": "^8.0.0",
"abort-controller": "^3.0.0",
"assert": "^2.0.0",

@@ -80,4 +81,4 @@ "browserify": "^17.0.0",

"null-loader": "^4.0.0",
"puppeteer": "^13.0.0",
"sinon": "^13.0.0",
"puppeteer": "^15.0.0",
"sinon": "^14.0.0",
"stream-browserify": "^3.0.0",

@@ -92,3 +93,2 @@ "tmp": "0.2.1",

"dependencies": {
"abort-controller": "^3.0.0",
"extend": "^3.0.2",

@@ -95,0 +95,0 @@ "https-proxy-agent": "^5.0.0",

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