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 7.2.0 to 7.2.1

8

CHANGELOG.md

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

## [7.2.1](https://github.com/googleapis/google-cloud-node/compare/translate-v7.2.0...translate-v7.2.1) (2023-04-13)
### Bug Fixes
* **deps:** Bump `google-gax` to ^3.5.8 ([#4117](https://github.com/googleapis/google-cloud-node/issues/4117)) ([0b67d88](https://github.com/googleapis/google-cloud-node/commit/0b67d883963643ce1b4f6d2ccd3e8d37adf6e029))
* Minify JSON and JS files, and remove .map files ([#4143](https://github.com/googleapis/google-cloud-node/issues/4143)) ([170f7d5](https://github.com/googleapis/google-cloud-node/commit/170f7d57b8fd344d182a8e758867b8124722eebc))
## [7.2.0](https://github.com/googleapis/google-cloud-node/compare/translate-v7.1.1...translate-v7.2.0) (2023-02-22)

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

7

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

@@ -20,2 +20,3 @@ "author": "Google Inc.",

"build/protos",
"!build/src/**/*.map",
"!build/src/**/*.map"

@@ -42,3 +43,3 @@ ],

"test": "c8 mocha build/test",
"compile": "tsc -p . && cp -r protos build/",
"compile": "tsc -p . && cp -r protos build/ && minifyProtoJson",
"compile-protos": "compileProtos src",

@@ -60,3 +61,3 @@ "fix": "gts fix",

"extend": "^3.0.2",
"google-gax": "^3.5.2",
"google-gax": "^3.5.8",
"is-html": "^2.0.0"

@@ -63,0 +64,0 @@ },

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

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