Socket
Socket
Sign inDemoInstall

@google-analytics/data

Package Overview
Dependencies
Maintainers
3
Versions
40
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@google-analytics/data - npm Package Compare versions

Comparing version 2.4.1 to 2.4.2

3

build/src/v1alpha/alpha_analytics_data_client.js

@@ -114,2 +114,5 @@ "use strict";

}
else if (opts.fallback === 'rest') {
clientHeader.push(`rest/${this._gaxGrpc.grpcVersion}`);
}
if (opts.libName && opts.libVersion) {

@@ -116,0 +119,0 @@ clientHeader.push(`${opts.libName}/${opts.libVersion}`);

@@ -114,2 +114,5 @@ "use strict";

}
else if (opts.fallback === 'rest') {
clientHeader.push(`rest/${this._gaxGrpc.grpcVersion}`);
}
if (opts.libName && opts.libVersion) {

@@ -116,0 +119,0 @@ clientHeader.push(`${opts.libName}/${opts.libVersion}`);

# Changelog
### [2.4.2](https://www.github.com/googleapis/nodejs-analytics-data/compare/v2.4.1...v2.4.2) (2021-05-25)
### Bug Fixes
* GoogleAdsError missing using generator version after 1.3.0 ([#110](https://www.github.com/googleapis/nodejs-analytics-data/issues/110)) ([816580a](https://www.github.com/googleapis/nodejs-analytics-data/commit/816580a5446ea45373f514813cf6d81be93c0532))
### [2.4.1](https://www.github.com/googleapis/nodejs-analytics-data/compare/v2.4.0...v2.4.1) (2021-05-19)

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

4

package.json
{
"name": "@google-analytics/data",
"version": "2.4.1",
"version": "2.4.2",
"description": "Data client for Node.js",

@@ -57,3 +57,3 @@ "repository": "googleapis/nodejs-analytics-data",

"pack-n-play": "^1.0.0-2",
"sinon": "^10.0.0",
"sinon": "^11.0.0",
"ts-loader": "^9.0.0",

@@ -60,0 +60,0 @@ "typescript": "^3.9.6",

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
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc