Socket
Socket
Sign inDemoInstall

googleapis-common

Package Overview
Dependencies
Maintainers
1
Versions
53
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

googleapis-common - npm Package Compare versions

Comparing version 2.0.3 to 2.0.4

4

build/src/apirequest.js

@@ -54,3 +54,5 @@ "use strict";

// overriden per-request
const topOptions = parameters.context.google
const topOptions = parameters.context.google &&
parameters.context.google._options &&
parameters.context.google._options.params
? parameters.context.google._options.params

@@ -57,0 +59,0 @@ : {};

@@ -7,2 +7,10 @@ # Changelog

### [2.0.4](https://www.github.com/googleapis/nodejs-googleapis-common/compare/v2.0.3...v2.0.4) (2019-07-01)
### Bug Fixes
* added _options to topOptions parameters.context.google check ([#148](https://www.github.com/googleapis/nodejs-googleapis-common/issues/148)) ([da1e230](https://www.github.com/googleapis/nodejs-googleapis-common/commit/da1e230))
* **deps:** bump the min required version of all deps ([#152](https://www.github.com/googleapis/nodejs-googleapis-common/issues/152)) ([7634004](https://www.github.com/googleapis/nodejs-googleapis-common/commit/7634004))
### [2.0.3](https://www.github.com/googleapis/nodejs-googleapis-common/compare/v2.0.2...v2.0.3) (2019-06-26)

@@ -9,0 +17,0 @@

{
"name": "googleapis-common",
"version": "2.0.3",
"version": "2.0.4",
"description": "A common tooling library used by the googleapis npm module. You probably don't want to use this directly.",

@@ -13,3 +13,2 @@ "repository": "googleapis/nodejs-googleapis-common",

"scripts": {
"check": "gts check",
"clean": "gts clean",

@@ -23,4 +22,4 @@ "compile": "tsc -p .",

"pretest": "npm run compile",
"posttest": "npm run check",
"lint": "npm run check",
"posttest": "npm run lint",
"lint": "gts check",
"samples-test": "mocha build/samples-test",

@@ -30,3 +29,3 @@ "docs": "compodoc src/",

"browser-test": "karma start",
"docs-test": "linkinator docs -r",
"docs-test": "linkinator docs",
"predocs-test": "npm run docs"

@@ -63,3 +62,3 @@ },

"karma-webpack": "^4.0.2",
"linkinator": "^1.4.3",
"linkinator": "^1.5.0",
"mocha": "^6.1.4",

@@ -71,8 +70,8 @@ "mv": "^2.1.1",

"nyc": "^14.1.1",
"puppeteer": "^1.17.0",
"puppeteer": "^1.18.1",
"source-map-support": "^0.5.12",
"ts-loader": "^6.0.2",
"typescript": "~3.5.1",
"webpack": "^4.33.0",
"webpack-cli": "^3.3.4"
"ts-loader": "^6.0.4",
"typescript": "~3.5.2",
"webpack": "^4.35.0",
"webpack-cli": "^3.3.5"
},

@@ -82,3 +81,3 @@ "dependencies": {

"gaxios": "^2.0.1",
"google-auth-library": "^4.2.0",
"google-auth-library": "^4.2.5",
"qs": "^6.7.0",

@@ -85,0 +84,0 @@ "url-template": "^2.0.8",

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