New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

json-autotranslate

Package Overview
Dependencies
Maintainers
1
Versions
43
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

json-autotranslate - npm Package Compare versions

Comparing version 1.6.0 to 1.6.1

2

lib/services/deepl.js

@@ -61,3 +61,3 @@ "use strict";

DeepL.prototype.supportsLanguage = function (language) {
return ['en', 'de', 'fr', 'es', 'pt', 'it', 'nl', 'pl', 'ru'].includes(language);
return ['en', 'de', 'fr', 'es', 'pt', 'it', 'nl', 'pl', 'ru', 'zh'].includes(language);
};

@@ -64,0 +64,0 @@ DeepL.prototype.translateStrings = function (strings, from, to) {

{
"name": "json-autotranslate",
"description": "Translate a folder of JSON files containing translations into multiple languages.",
"version": "1.6.0",
"version": "1.6.1",
"main": "index.js",

@@ -6,0 +6,0 @@ "license": "MIT",

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