Socket
Socket
Sign inDemoInstall

@google-cloud/translate

Package Overview
Dependencies
Maintainers
1
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 4.2.1 to 5.0.0

16

CHANGELOG.md

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

## [5.0.0](https://www.github.com/googleapis/nodejs-translate/compare/v4.2.1...v5.0.0) (2019-10-28)
### ⚠ BREAKING CHANGES
* this significantly changes TypeScript types and API surface from the v2 API. Reference samples/ for help making the migration from v2 to v3.
### Features
* v3 is now the default API surface ([#355](https://www.github.com/googleapis/nodejs-translate/issues/355)) ([91169b4](https://www.github.com/googleapis/nodejs-translate/commit/91169b4b141289a6890e1da1ba04765fbfdfd617))
### Bug Fixes
* remove extra brace in snippet ([#347](https://www.github.com/googleapis/nodejs-translate/issues/347)) ([6c1e95b](https://www.github.com/googleapis/nodejs-translate/commit/6c1e95bd99ec84c48e73b85203562b5f1cfa46d9))
### [4.2.1](https://www.github.com/googleapis/nodejs-translate/compare/v4.2.0...v4.2.1) (2019-10-22)

@@ -9,0 +25,0 @@

6

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

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

"system-test": "mocha build/system-test --timeout 600000",
"test": "nyc mocha build/test",
"test": "c8 mocha build/test",
"check": "gts check",

@@ -66,2 +66,3 @@ "clean": "gts clean",

"@types/request": "^2.47.1",
"c8": "^6.0.0",
"codecov": "^3.0.2",

@@ -78,3 +79,2 @@ "eslint": "^6.0.0",

"mocha": "^6.1.4",
"nyc": "^14.0.0",
"power-assert": "^1.6.0",

@@ -81,0 +81,0 @@ "prettier": "^1.13.5",

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

console.log(`Translation: ${translation}`);
}

@@ -82,0 +81,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