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

@google-cloud/translate

Package Overview
Dependencies
Maintainers
5
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 2.1.3 to 2.1.4

6

build/src/index.d.ts

@@ -139,4 +139,4 @@ /*!

*
* The Google Translate API lets websites and programs integrate with Google
* Translate programmatically.
* The Google Cloud Translation API lets websites and programs integrate with
* Google Translate programmatically.
*

@@ -152,3 +152,3 @@ * @class

* //-
* // <h3>Custom Translate API</h3>
* // <h3>Custom Translation API</h3>
* //

@@ -155,0 +155,0 @@ * // The environment variable, `GOOGLE_CLOUD_TRANSLATE_ENDPOINT`, is honored as

@@ -30,4 +30,4 @@ "use strict";

*
* The Google Translate API lets websites and programs integrate with Google
* Translate programmatically.
* The Google Cloud Translation API lets websites and programs integrate with
* Google Translate programmatically.
*

@@ -43,3 +43,3 @@ * @class

* //-
* // <h3>Custom Translate API</h3>
* // <h3>Custom Translation API</h3>
* //

@@ -46,0 +46,0 @@ * // The environment variable, `GOOGLE_CLOUD_TRANSLATE_ENDPOINT`, is honored as

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

## v2.1.4
03-12-2019 12:30 PDT
This patch release has a few dependency bumps and doc updates. Enjoy!
### Dependencies
- fix(deps): update dependency @google-cloud/promisify to ^0.4.0 ([#217](https://github.com/googleapis/nodejs-translate/pull/217))
- fix(deps): update dependency yargs to v13 ([#215](https://github.com/googleapis/nodejs-translate/pull/215))
- fix(deps): update dependency @google-cloud/common to ^0.31.0 ([#209](https://github.com/googleapis/nodejs-translate/pull/209))
### Documentation
- docs: update links in contrib guide ([#218](https://github.com/googleapis/nodejs-translate/pull/218))
- docs: update contributing path in README ([#212](https://github.com/googleapis/nodejs-translate/pull/212))
- docs: move CONTRIBUTING.md to root ([#211](https://github.com/googleapis/nodejs-translate/pull/211))
- docs: add lint/fix example to contributing guide ([#208](https://github.com/googleapis/nodejs-translate/pull/208))
- docs: brand issue - Translate API => Cloud Translation API ([#196](https://github.com/googleapis/nodejs-translate/pull/196))
### Internal / Testing Changes
- build: Add docuploader credentials to node publish jobs ([#222](https://github.com/googleapis/nodejs-translate/pull/222))
- build: use node10 to run samples-test, system-test etc ([#221](https://github.com/googleapis/nodejs-translate/pull/221))
- build: update release configuration
- chore(deps): update dependency mocha to v6 ([#219](https://github.com/googleapis/nodejs-translate/pull/219))
- build: use linkinator for docs test ([#216](https://github.com/googleapis/nodejs-translate/pull/216))
- build: create docs test npm scripts ([#214](https://github.com/googleapis/nodejs-translate/pull/214))
- build: test using @grpc/grpc-js in CI ([#213](https://github.com/googleapis/nodejs-translate/pull/213))
- chore(deps): update dependency eslint-config-prettier to v4 ([#206](https://github.com/googleapis/nodejs-translate/pull/206))
- build: ignore googleapis.com in doc link check ([#204](https://github.com/googleapis/nodejs-translate/pull/204))
- build: check broken links in generated docs ([#202](https://github.com/googleapis/nodejs-translate/pull/202))
- refactor: modernize sample tests ([#199](https://github.com/googleapis/nodejs-translate/pull/199))
- chore(build): inject yoshi automation key ([#195](https://github.com/googleapis/nodejs-translate/pull/195))
- chore: update nyc and eslint configs ([#194](https://github.com/googleapis/nodejs-translate/pull/194))
- chore: fix publish.sh permission +x ([#192](https://github.com/googleapis/nodejs-translate/pull/192))
- fix(build): fix Kokoro release script ([#191](https://github.com/googleapis/nodejs-translate/pull/191))
- build: add Kokoro configs for autorelease ([#190](https://github.com/googleapis/nodejs-translate/pull/190))
## v2.1.3

@@ -9,0 +45,0 @@

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

@@ -15,6 +15,3 @@ "author": "Google Inc.",

"build/src",
"!build/src/**/*.map",
"AUTHORS",
"CONTRIBUTORS",
"LICENSE"
"!build/src/**/*.map"
],

@@ -34,21 +31,22 @@ "keywords": [

"scripts": {
"cover": "nyc --reporter=lcov mocha build/test && nyc report",
"docs": "jsdoc -c .jsdoc.js",
"predocs": "npm run compile",
"generate-scaffolding": "repo-tools generate all && repo-tools generate lib_samples_readme -l samples/ --config ../.cloud-repo-tools.json",
"lint": "npm run check && eslint samples/",
"lint": "npm run check && eslint '**/*.js'",
"samples-test": "cd samples/ && npm link ../ && npm test && cd ../",
"system-test": "mocha build/system-test --timeout 600000",
"test-no-cover": "mocha build/test",
"test": "npm run cover",
"test": "nyc mocha build/test",
"check": "gts check",
"clean": "gts clean",
"compile": "tsc -p .",
"fix": "gts fix && eslint --fix 'samples/**/*.js'",
"fix": "gts fix && eslint --fix '**/*.js'",
"prepare": "npm run compile",
"pretest": "npm run compile",
"presystem-test": "npm run compile"
"presystem-test": "npm run compile",
"docs-test": "linkinator docs -r --skip www.googleapis.com",
"predocs-test": "npm run docs"
},
"dependencies": {
"@google-cloud/common": "^0.27.0",
"@google-cloud/promisify": "^0.3.0",
"@google-cloud/common": "^0.31.0",
"@google-cloud/promisify": "^0.4.0",
"arrify": "^1.0.1",

@@ -71,11 +69,10 @@ "extend": "^3.0.1",

"eslint": "^5.0.0",
"eslint-config-prettier": "^3.0.0",
"eslint-config-prettier": "^4.0.0",
"eslint-plugin-node": "^8.0.0",
"eslint-plugin-prettier": "^3.0.0",
"gts": "^0.9.0",
"hard-rejection": "^1.0.0",
"ink-docstrap": "^1.3.2",
"jsdoc-baseline": "git+https://github.com/hegemonic/jsdoc-baseline.git",
"intelli-espower-loader": "^1.0.1",
"jsdoc": "^3.5.5",
"mocha": "^5.2.0",
"mocha": "^6.0.0",
"nyc": "^13.0.0",

@@ -86,4 +83,5 @@ "power-assert": "^1.6.0",

"source-map-support": "^0.5.6",
"typescript": "~3.2.0"
"typescript": "~3.3.0",
"linkinator": "^1.1.2"
}
}

@@ -96,3 +96,3 @@ [//]: # "This README.md file is auto-generated, all changes to this file will be lost."

Contributions welcome! See the [Contributing Guide](https://github.com/googleapis/nodejs-translate/blob/master/.github/CONTRIBUTING.md).
Contributions welcome! See the [Contributing Guide](https://github.com/googleapis/nodejs-translate/blob/master/CONTRIBUTING.md).

@@ -99,0 +99,0 @@ ## License

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