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

@vitalets/google-translate-api

Package Overview
Dependencies
Maintainers
1
Versions
16
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@vitalets/google-translate-api - npm Package Compare versions

Comparing version 9.1.0 to 9.2.0

5

package.json
{
"name": "@vitalets/google-translate-api",
"description": "A free and unlimited API for Google Translate",
"version": "9.1.0",
"version": "9.2.0",
"type": "module",
"main": "./dist/cjs/index.js",
"module": "./dist/esm/index.js",
"engines": {
"node": ">=14"
},
"files": [

@@ -9,0 +12,0 @@ "src",

@@ -10,2 +10,4 @@ # google-translate-api

> DISCLAIMER!
To be 100% legal please use official [Google Translate API](https://cloud.google.com/translate). This project is mainly for pet projects and prototyping.

@@ -94,3 +96,3 @@ ## Contents

## Limits
Google Translate has request limits. If too many requests are made, you can get a **TooManyRequestsError** (code 429). You can use **proxy** to bypass it:
Google Translate has request limits. If too many requests are made from the same IP address, you will get a **TooManyRequestsError** (code 429). You can use **proxy** to bypass it:

@@ -124,2 +126,3 @@ ```ts

```
See [#107](https://github.com/vitalets/google-translate-api/issues/107) for discussion.

@@ -126,0 +129,0 @@ ## API

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