Comparing version 1.6.0 to 1.7.0
@@ -27,5 +27,7 @@ "use strict"; | ||
const stream = require("stream"); | ||
const url_1 = require("url"); | ||
const url = require("url"); | ||
const common_1 = require("./common"); | ||
const isbrowser_1 = require("./isbrowser"); | ||
const retry_1 = require("./retry"); | ||
const URL = isbrowser_1.isBrowser() ? window.URL : url.URL; | ||
// tslint:disable-next-line variable-name no-any | ||
@@ -148,3 +150,3 @@ let HttpsProxyAgent; | ||
if (opts.params) { | ||
const parts = new url_1.URL(opts.url); | ||
const parts = new URL(opts.url); | ||
parts.search = opts.paramsSerializer(opts.params); | ||
@@ -151,0 +153,0 @@ opts.url = parts.href; |
{ | ||
"name": "gaxios", | ||
"version": "1.6.0", | ||
"version": "1.7.0", | ||
"description": "A simple common HTTP client specifically for Google APIs and services.", | ||
@@ -22,3 +22,6 @@ "main": "build/src/index.js", | ||
"codecov": "nyc report --reporter=json && codecov -f coverage/*.json", | ||
"commitlint": "git log -1 --pretty=%B | commitlint" | ||
"commitlint": "git log -1 --pretty=%B | commitlint", | ||
"webpack": "webpack", | ||
"prebrowser-test": "npm run compile", | ||
"browser-test": "node build/browser-test/browser-test-runner.js" | ||
}, | ||
@@ -34,2 +37,3 @@ "repository": "JustinBeckwith/gaxios", | ||
"@commitlint/config-conventional": "^7.1.2", | ||
"@types/express": "^4.16.1", | ||
"@types/execa": "^0.9.0", | ||
@@ -47,4 +51,14 @@ "@types/extend": "^3.0.0", | ||
"codecov": "^3.0.4", | ||
"express": "^4.16.4", | ||
"execa": "^1.0.0", | ||
"gts": "^0.9.0", | ||
"is-docker": "^1.1.0", | ||
"karma": "^4.0.0", | ||
"karma-chrome-launcher": "^2.2.0", | ||
"karma-coverage": "^1.1.2", | ||
"karma-firefox-launcher": "^1.1.0", | ||
"karma-mocha": "^1.3.0", | ||
"karma-remap-coverage": "^0.1.5", | ||
"karma-sourcemap-loader": "^0.3.7", | ||
"karma-webpack": "^3.0.5", | ||
"mocha": "^5.2.0", | ||
@@ -54,3 +68,5 @@ "mv": "^2.1.1", | ||
"nock": "^9.6.0", | ||
"null-loader": "^0.1.1", | ||
"nyc": "^12.0.2", | ||
"puppeteer": "^1.12.2", | ||
"semantic-release": "^15.13.2", | ||
@@ -61,3 +77,6 @@ "semistandard": "^13.0.1", | ||
"tmp": "0.0.33", | ||
"typescript": "~3.3.0" | ||
"ts-loader": "^5.3.3", | ||
"typescript": "~3.3.0", | ||
"webpack": "^4.29.3", | ||
"webpack-cli": "^3.2.3" | ||
}, | ||
@@ -64,0 +83,0 @@ "dependencies": { |
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
50105
18
579
43