</>PackageGraphPackageGraph

gaxios

npmv8.0.0TypeScript

A simple common HTTP client specifically for Google APIs and services.

Safe to adopt

Yes — gaxios scores well across adoption, maintenance, weight, supply chain, and licensing. No download data reported for this package yet. Last published 16 days ago. 20 releases in the last 2 years.

  • ?Adoption: grade ?, Not reported by this registry.

    No download data reported for this package yet.

  • AMaintenance: grade A, Excellent.

    Last published 16 days ago. 20 releases in the last 2 years.

  • BWeight: grade B, Good.

    Pulls in 11 transitive packages, about 972 KB installed.

  • BSupply chain: grade B, Good.

    This package has a single maintainer (bus factor of 1).

  • ALicense: grade A, Excellent.

    Apache-2.0 — permissive, with no copyleft found in the dependency tree.

Grades are computed deterministically from registry metadata collected by PackageGraph — downloads, dependents, publish dates, the resolved dependency tree, maintainer count, and declared licenses. No third-party scores are used.

Install cost

What you actually take on by adding gaxios to a project.

3
Direct dependencies

Runtime packages this one declares itself.

11
Total installed

Distinct packages in the full runtime tree, deduplicated the way a package manager would.

972 KB
Install size

Unpacked size of this package plus its entire runtime tree.

3
Tree depth

Longest resolved dependency chain below this package.

Licenses in the dependency tree

MIT

Every license you inherit by installing gaxios, not just its own. Check this before a legal review, not after.

Compatibility

Node.js
node >=22
Module format
ESM + CommonJS
TypeScript
Types included
Install scripts
None

Quick start

A usage example from the gaxios README.

import {request} from 'gaxios';
const res = await request({url: 'https://google.com/'});

gaxios vs the alternatives

Packages solving a similar problem in the npm ecosystem, compared on the signals that drive an adoption decision.

PackageWeekly downloadsDependentsLicenseLast release
gaxiosthis page01Apache-2.016 days ago
chrome-trace-event01MIT1 day ago
gcp-metadata01Apache-2.01 day ago

Dependencies

Declared by gaxios v8.0.0. Runtime dependencies are installed with the package; dev dependencies are not.

Dev (45)

@babel/plugin-proposal-private-methods ^7.18.6@types/cors ^2.8.6@types/express ^5.0.0@types/extend ^3.0.1@types/mocha ^10.0.10@types/multiparty 4.2.1@types/mv ^2.1.0@types/ncp ^2.0.8@types/node ^24.0.0@types/sinon ^21.0.0@types/tmp ^0.2.6assert ^2.0.0browserify ^17.0.0c8 ^10.1.3cors ^2.8.5express ^5.0.0gts ^6.0.2is-docker ^3.0.0jsdoc ^4.0.4jsdoc-fresh ^6.0.0jsdoc-region-tag ^5.0.0karma ^6.0.0karma-chrome-launcher ^3.0.0karma-coverage ^2.0.0karma-firefox-launcher ^2.0.0karma-mocha ^2.0.0karma-remap-coverage ^0.1.5karma-sourcemap-loader ^0.4.0karma-webpack ^5.0.0mocha ^11.1.0multiparty ^4.2.1mv ^2.1.1ncp ^2.0.0nock 14.0.5null-loader ^4.0.1pack-n-play ^4.0.0puppeteer ^24.0.0sinon 21.0.3stream-browserify ^3.0.0tmp 0.2.7ts-loader ^9.5.2typescript 5.8.3undici-types ^7.24.1webpack ^5.97.1webpack-cli ^6.0.1

Used by

Popular packages that depend on gaxios.

Relationship graph

Dependencies (left) and dependents (right) of gaxios.

Frequently installed together

Release history

20 releases in the last two years, typically about 13 days apart.

Recent versions of gaxios
VersionPublishedSizeLicense
8.0.0latest16 days ago663 KBApache-2.0
7.3.128 days ago663 KBApache-2.0
7.3.01 month ago663 KBApache-2.0
7.2.02 months ago663 KBApache-2.0
7.1.62 months ago662 KBApache-2.0
7.1.53 months ago650 KBApache-2.0
7.1.46 months ago629 KBApache-2.0
7.1.310 months ago628 KBApache-2.0
7.1.211 months ago621 KBApache-2.0
7.1.11 year ago615 KBApache-2.0
7.1.01 year ago615 KBApache-2.0
7.0.1-experimental1 year ago613 KBApache-2.0
7.0.01 year ago615 KBApache-2.0
7.0.0-rc.61 year ago615 KBApache-2.0
7.0.0-rc.51 year ago616 KBApache-2.0

Overview

gaxios is an npm package that a simple common HTTP client specifically for Google APIs and services. It has 1 known dependents in the graph. The latest version is 8.0.0, released under the Apache-2.0 license.

Who should use it

Teams working in the npm ecosystem who need a simple common HTTP client specifically for Google APIs and services and value a focused solution.

When not to use it

Consider an alternative if you need to minimize your dependency tree, or if a more actively-maintained option better fits your npm stack.

Pros

  • Ships TypeScript type definitions.
  • Clear open-source license (Apache-2.0).

Cons

  • Large dependency tree (48 direct dependencies) increases install size and audit surface.

Auto-generated from collected registry metadata. No external claims are inferred.

Maintainers

Keywords

Frequently asked questions

Should I use gaxios?

Yes — gaxios scores well across adoption, maintenance, weight, supply chain, and licensing. No download data reported for this package yet. Last published 16 days ago. 20 releases in the last 2 years.

How do I install gaxios?

Run `npm install gaxios` to add gaxios to your npm project.

How many dependencies does gaxios have?

gaxios declares 48 direct dependencies and pulls in 11 packages in total once its runtime tree is resolved totalling about 972 KB on disk.

What license is gaxios released under?

gaxios is distributed under the Apache-2.0 license.

How popular is gaxios?

npm does not publish download counts. Within PackageGraph's crawl, 1 known packages depend on gaxios.

Is gaxios still maintained?

The most recent release of gaxios (v8.0.0) was published 16 days ago.

Does gaxios run install scripts?

No. gaxios does not define preinstall, install, or postinstall scripts, so installing it does not execute publisher-supplied code.