Socket
Socket
Sign inDemoInstall

@google-cloud/translate

Package Overview
Dependencies
Maintainers
1
Versions
80
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@google-cloud/translate - npm Package Compare versions

Comparing version 6.2.1 to 6.2.2

3

build/src/v3/translation_service_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}`);

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

### [6.2.2](https://www.github.com/googleapis/nodejs-translate/compare/v6.2.1...v6.2.2) (2021-06-01)
### Bug Fixes
* GoogleAdsError missing using generator version after 1.3.0 ([#672](https://www.github.com/googleapis/nodejs-translate/issues/672)) ([55ca7e7](https://www.github.com/googleapis/nodejs-translate/commit/55ca7e7acd102fb6590a8440c403df8600109357))
### [6.2.1](https://www.github.com/googleapis/nodejs-translate/compare/v6.2.0...v6.2.1) (2021-05-11)

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

12

package.json
{
"name": "@google-cloud/translate",
"description": "Cloud Translation API Client Library for Node.js",
"version": "6.2.1",
"version": "6.2.2",
"license": "Apache-2.0",

@@ -61,5 +61,7 @@ "author": "Google Inc.",

"devDependencies": {
"@microsoft/api-documenter": "^7.8.10",
"@microsoft/api-extractor": "^7.8.10",
"@types/extend": "^3.0.0",
"@types/mocha": "^8.0.0",
"@types/node": "^10.5.7",
"@types/node": "^14.0.0",
"@types/proxyquire": "^1.3.28",

@@ -80,7 +82,5 @@ "@types/request": "^2.47.1",

"proxyquire": "^2.0.1",
"sinon": "^10.0.0",
"typescript": "^3.8.3",
"@microsoft/api-documenter": "^7.8.10",
"@microsoft/api-extractor": "^7.8.10"
"sinon": "^11.0.0",
"typescript": "^3.8.3"
}
}

Sorry, the diff of this file is too big to display

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