Socket
Socket
Sign inDemoInstall

@google-cloud/speech

Package Overview
Dependencies
Maintainers
1
Versions
109
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@google-cloud/speech - npm Package Compare versions

Comparing version 3.5.0 to 3.5.1

8

build/src/v1/speech_client.d.ts

@@ -46,3 +46,3 @@ import * as gax from 'google-gax';

*/
static get servicePath(): string;
static readonly servicePath: string;
/**

@@ -52,7 +52,7 @@ * The DNS address for this API service - same as servicePath(),

*/
static get apiEndpoint(): string;
static readonly apiEndpoint: string;
/**
* The port for this API service.
*/
static get port(): number;
static readonly port: number;
/**

@@ -62,3 +62,3 @@ * The scopes needed to make gRPC calls for every method defined

*/
static get scopes(): string[];
static readonly scopes: string[];
getProjectId(): Promise<string>;

@@ -65,0 +65,0 @@ getProjectId(callback: Callback<string, undefined, undefined>): void;

@@ -46,3 +46,3 @@ import * as gax from 'google-gax';

*/
static get servicePath(): string;
static readonly servicePath: string;
/**

@@ -52,7 +52,7 @@ * The DNS address for this API service - same as servicePath(),

*/
static get apiEndpoint(): string;
static readonly apiEndpoint: string;
/**
* The port for this API service.
*/
static get port(): number;
static readonly port: number;
/**

@@ -62,3 +62,3 @@ * The scopes needed to make gRPC calls for every method defined

*/
static get scopes(): string[];
static readonly scopes: string[];
getProjectId(): Promise<string>;

@@ -65,0 +65,0 @@ getProjectId(callback: Callback<string, undefined, undefined>): void;

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

### [3.5.1](https://www.github.com/googleapis/nodejs-speech/compare/v3.5.0...v3.5.1) (2019-12-05)
### Bug Fixes
* **deps:** pin TypeScript below 3.7.0 ([#480](https://www.github.com/googleapis/nodejs-speech/issues/480)) ([a39635f](https://www.github.com/googleapis/nodejs-speech/commit/a39635f493c5d54bd0e1a9d32955b1467cec26e9))
## [3.5.0](https://www.github.com/googleapis/nodejs-speech/compare/v3.4.0...v3.5.0) (2019-11-22)

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

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

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

"ts-loader": "^6.2.1",
"typescript": "~3.7.0",
"typescript": "3.6.4",
"webpack": "^4.41.2",

@@ -78,0 +78,0 @@ "webpack-cli": "^3.3.10"

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