Socket
Socket
Sign inDemoInstall

@google-cloud/speech

Package Overview
Dependencies
141
Maintainers
1
Versions
107
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 4.5.1 to 4.5.2

3

build/src/v1/speech_client.js

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

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

@@ -117,0 +120,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}`);

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

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

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

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

### [4.5.2](https://www.github.com/googleapis/nodejs-speech/compare/v4.5.1...v4.5.2) (2021-05-25)
### Bug Fixes
* GoogleAdsError missing using generator version after 1.3.0 ([#755](https://www.github.com/googleapis/nodejs-speech/issues/755)) ([0f612f3](https://www.github.com/googleapis/nodejs-speech/commit/0f612f3b7fa2430e3ab17dd258ad8c17e578aad9))
### [4.5.1](https://www.github.com/googleapis/nodejs-speech/compare/v4.5.0...v4.5.1) (2021-05-20)

@@ -9,0 +16,0 @@

6

package.json
{
"name": "@google-cloud/speech",
"description": "Cloud Speech Client Library for Node.js",
"version": "4.5.1",
"version": "4.5.2",
"license": "Apache-2.0",

@@ -61,3 +61,3 @@ "author": "Google Inc.",

"@types/mocha": "^8.0.0",
"@types/node": "^12.0.0",
"@types/node": "^14.0.0",
"@types/sinon": "^10.0.0",

@@ -74,3 +74,3 @@ "c8": "^7.0.0",

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

@@ -77,0 +77,0 @@ "typescript": "^3.8.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

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc