Socket
Socket
Sign inDemoInstall

google-translate-api

Package Overview
Dependencies
Maintainers
1
Versions
12
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

google-translate-api - npm Package Compare versions

Comparing version 2.1.0 to 2.1.1

2

index.js

@@ -50,3 +50,2 @@ var querystring = require('querystring');

var body = safeEval(res.body);
console.log(require('util').inspect(body, { showHidden: false, depth: null }));
body[0].forEach(function (obj) {

@@ -95,2 +94,1 @@ if (obj[0] !== undefined) {

module.exports = translate;
translate('hi', {to: 'nl'});

2

package.json
{
"name": "google-translate-api",
"version": "2.1.0",
"version": "2.1.1",
"description": "A free and unlimited API for Google Translate",

@@ -5,0 +5,0 @@ "main": "index.js",

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