Socket
Socket
Sign inDemoInstall

gaxios

Package Overview
Dependencies
5
Maintainers
1
Versions
77
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 3.0.3 to 3.0.4

1

build/src/common.js

@@ -15,2 +15,3 @@ "use strict";

Object.defineProperty(exports, "__esModule", { value: true });
exports.GaxiosError = void 0;
/* eslint-disable @typescript-eslint/no-explicit-any */

@@ -17,0 +18,0 @@ class GaxiosError extends Error {

@@ -18,2 +18,3 @@ "use strict";

Object.defineProperty(exports, "__esModule", { value: true });
exports.Gaxios = void 0;
const extend_1 = __importDefault(require("extend"));

@@ -20,0 +21,0 @@ const node_fetch_1 = __importDefault(require("node-fetch"));

5

build/src/index.js

@@ -15,6 +15,7 @@ "use strict";

Object.defineProperty(exports, "__esModule", { value: true });
exports.request = exports.instance = exports.Gaxios = void 0;
const gaxios_1 = require("./gaxios");
exports.Gaxios = gaxios_1.Gaxios;
Object.defineProperty(exports, "Gaxios", { enumerable: true, get: function () { return gaxios_1.Gaxios; } });
var common_1 = require("./common");
exports.GaxiosError = common_1.GaxiosError;
Object.defineProperty(exports, "GaxiosError", { enumerable: true, get: function () { return common_1.GaxiosError; } });
/**

@@ -21,0 +22,0 @@ * The default instance used when the `request` method is directly

@@ -15,2 +15,3 @@ "use strict";

Object.defineProperty(exports, "__esModule", { value: true });
exports.getRetryConfig = void 0;
async function getRetryConfig(err) {

@@ -17,0 +18,0 @@ let config = getConfig(err);

# Changelog
### [3.0.4](https://www.github.com/googleapis/gaxios/compare/v3.0.3...v3.0.4) (2020-07-09)
### Bug Fixes
* typeo in nodejs .gitattribute ([#306](https://www.github.com/googleapis/gaxios/issues/306)) ([8514672](https://www.github.com/googleapis/gaxios/commit/8514672f9d56bc6f077dcbab050b3342d4e343c6))
### [3.0.3](https://www.github.com/googleapis/gaxios/compare/v3.0.2...v3.0.3) (2020-04-20)

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

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

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

"samples-test": "cd samples/ && npm link ../ && npm test && cd ../",
"prelint": "cd samples; npm link ../; npm i"
"prelint": "cd samples; npm link ../; npm install",
"clean": "gts clean",
"precompile": "gts clean"
},

@@ -40,2 +42,3 @@ "repository": "googleapis/gaxios",

"@compodoc/compodoc": "^1.1.9",
"@types/cors": "^2.8.6",
"@types/execa": "^0.9.0",

@@ -45,2 +48,3 @@ "@types/express": "^4.16.1",

"@types/mocha": "^7.0.0",
"@types/multiparty": "0.0.32",
"@types/mv": "^2.1.0",

@@ -52,5 +56,7 @@ "@types/ncp": "^2.0.1",

"@types/sinon": "^9.0.0",
"@types/tmp": "0.1.0",
"@types/tmp": "0.2.0",
"@types/uuid": "^8.0.0",
"c8": "^7.0.0",
"codecov": "^3.2.0",
"cors": "^2.8.5",
"execa": "^4.0.0",

@@ -69,12 +75,14 @@ "express": "^4.16.4",

"linkinator": "^2.0.0",
"mocha": "^7.0.0",
"mocha": "^8.0.0",
"multiparty": "^4.2.1",
"mv": "^2.1.1",
"ncp": "^2.0.0",
"nock": "^12.0.0",
"nock": "^13.0.0",
"null-loader": "^4.0.0",
"puppeteer": "^3.0.0",
"puppeteer": "^5.0.0",
"sinon": "^9.0.0",
"tmp": "0.1.0",
"tmp": "0.2.1",
"ts-loader": "^7.0.0",
"typescript": "^3.8.3",
"uuid": "^8.0.0",
"webpack": "^4.29.5",

@@ -81,0 +89,0 @@ "webpack-cli": "^3.2.3"

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

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