Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@google-cloud/language

Package Overview
Dependencies
Maintainers
1
Versions
87
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@google-cloud/language - npm Package Compare versions

Comparing version 3.2.5 to 3.2.6

protos/protos.json

7

CHANGELOG.md

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

### [3.2.6](https://www.github.com/googleapis/nodejs-language/compare/v3.2.5...v3.2.6) (2019-08-03)
### Bug Fixes
* allow calls with no request, add JSON proto ([#282](https://www.github.com/googleapis/nodejs-language/issues/282)) ([c358df9](https://www.github.com/googleapis/nodejs-language/commit/c358df9))
### [3.2.5](https://www.github.com/googleapis/nodejs-language/compare/v3.2.4...v3.2.5) (2019-07-26)

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

4

package.json
{
"name": "@google-cloud/language",
"description": "Google Cloud Natural Language API client for Node.js",
"version": "3.2.5",
"version": "3.2.6",
"license": "Apache-2.0",

@@ -53,3 +53,3 @@ "author": "Google Inc",

"eslint-plugin-prettier": "^3.0.0",
"jsdoc-baseline": "^0.1.0",
"jsdoc-fresh": "^1.0.1",
"intelli-espower-loader": "^1.0.1",

@@ -56,0 +56,0 @@ "jsdoc": "^3.5.5",

@@ -55,3 +55,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.

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

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

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

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

@@ -352,2 +354,3 @@

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

@@ -411,2 +414,3 @@

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

@@ -460,2 +464,3 @@

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

@@ -523,2 +528,3 @@

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

@@ -525,0 +531,0 @@

@@ -55,3 +55,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.

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

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

@@ -296,2 +297,3 @@

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

@@ -352,2 +354,3 @@

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

@@ -411,2 +414,3 @@

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

@@ -460,2 +464,3 @@

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

@@ -523,2 +528,3 @@

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

@@ -525,0 +531,0 @@

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