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

google-translate-api-nodejs-client

Package Overview
Dependencies
Maintainers
2
Versions
26
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

google-translate-api-nodejs-client - npm Package Compare versions

Comparing version 1.5.2 to 1.5.3

3

google-translate-api-nodejs-client.js

@@ -12,2 +12,3 @@ const availableLanguages = require('./availableLanguages');

var GoogleTranslateApi = module.exports = function GoogleTranslateApi(options) {

@@ -33,3 +34,3 @@ // credentials

// return new Promise((resolve, reject) => {
return this.availableLanguages;
return cb(null, this.availableLanguages);

@@ -36,0 +37,0 @@ // });

{
"name": "google-translate-api-nodejs-client",
"version": "1.5.2",
"version": "1.5.3",
"description": "",

@@ -5,0 +5,0 @@ "main": "google-translate-api-nodejs-client.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