Socket
Socket
Sign inDemoInstall

@google-cloud/text-to-speech

Package Overview
Dependencies
141
Maintainers
1
Versions
56
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 4.2.1 to 4.2.2

8

CHANGELOG.md

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

## [4.2.2](https://github.com/googleapis/google-cloud-node/compare/text-to-speech-v4.2.1...text-to-speech-v4.2.2) (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))
## [4.2.1](https://github.com/googleapis/google-cloud-node/compare/text-to-speech-v4.2.0...text-to-speech-v4.2.1) (2023-02-15)

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

9

package.json
{
"name": "@google-cloud/text-to-speech",
"description": "Cloud Text-to-Speech API client for Node.js",
"version": "4.2.1",
"version": "4.2.2",
"license": "Apache-2.0",

@@ -18,3 +18,4 @@ "author": "Google LLC",

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

@@ -43,3 +44,3 @@ "keywords": [

"clean": "gts clean",
"compile": "tsc -p . && cp -r protos build/",
"compile": "tsc -p . && cp -r protos build/ && minifyProtoJson",
"compile-protos": "compileProtos src",

@@ -52,3 +53,3 @@ "predocs-test": "npm run docs",

"dependencies": {
"google-gax": "^3.5.2"
"google-gax": "^3.5.8"
},

@@ -55,0 +56,0 @@ "devDependencies": {

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

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc