Socket
Socket
Sign inDemoInstall

@google-cloud/text-to-speech

Package Overview
Dependencies
118
Maintainers
1
Versions
57
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 1.1.2 to 1.1.3

protos/protos.json

7

CHANGELOG.md

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

### [1.1.3](https://www.github.com/googleapis/nodejs-text-to-speech/compare/v1.1.2...v1.1.3) (2019-08-02)
### Bug Fixes
* allow calls with no request, add JSON proto ([cb8a51b](https://www.github.com/googleapis/nodejs-text-to-speech/commit/cb8a51b))
### [1.1.2](https://www.github.com/googleapis/nodejs-text-to-speech/compare/v1.1.1...v1.1.2) (2019-06-26)

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

12

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

@@ -36,3 +36,3 @@ "author": "Google LLC",

"fix": "eslint --fix '**/*.js'",
"docs-test": "linkinator docs -r --skip www.googleapis.com",
"docs-test": "linkinator docs",
"predocs-test": "npm run docs"

@@ -45,7 +45,7 @@ },

"codecov": "^3.0.0",
"eslint": "^5.0.0",
"eslint-config-prettier": "^4.0.0",
"eslint": "^6.0.0",
"eslint-config-prettier": "^6.0.0",
"eslint-plugin-node": "^9.0.0",
"eslint-plugin-prettier": "^3.0.0",
"jsdoc-baseline": "^0.1.0",
"jsdoc-fresh": "^1.0.1",
"intelli-espower-loader": "^1.0.1",

@@ -57,4 +57,4 @@ "jsdoc": "^3.5.5",

"prettier": "^1.11.1",
"linkinator": "^1.1.2"
"linkinator": "^1.5.0"
}
}

@@ -54,3 +54,3 @@ // Copyright 2019 Google LLC

* of native Promises.
* @param {string} [options.servicePath] - The domain name of the
* @param {string} [options.apiEndpoint] - The domain name of the
* API remote host.

@@ -233,2 +233,3 @@ */

}
request = request || {};
options = options || {};

@@ -298,2 +299,3 @@

}
request = request || {};
options = options || {};

@@ -300,0 +302,0 @@

@@ -54,3 +54,3 @@ // Copyright 2019 Google LLC

* of native Promises.
* @param {string} [options.servicePath] - The domain name of the
* @param {string} [options.apiEndpoint] - The domain name of the
* API remote host.

@@ -234,2 +234,3 @@ */

}
request = request || {};
options = options || {};

@@ -299,2 +300,3 @@

}
request = request || {};
options = options || {};

@@ -301,0 +303,0 @@

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