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

deeplx-tr-node

Package Overview
Dependencies
Maintainers
1
Versions
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

deeplx-tr-node

deepl api on steroids

  • 0.1.0
  • latest
  • Source
  • npm
  • Socket score

Version published
Weekly downloads
3
decreased by-40%
Maintainers
1
Weekly downloads
 
Created
Source

deeplx-tr-node

deepl api on steroids

Install

npm i deeplx-tr-node

Use

const deeplTranslate = require('deeplx-tr-node')

!async function (){
  console.log(await deeplTranslate({ text: 'test  this and \n\n that', toLang: 'zh', fromLang: 'en' }))
}()
// { alternatives: [], text: '测试这个和\n\n 那个' }

Supported Languages

const supportedLanguages = require('deeplx-tr-node').supportedLanguages
console.log(supportedLanguages)
[
  [ 'auto', 'auto' ],  [ 'de', 'DE' ],
  [ 'en', 'EN' ],      [ 'es', 'ES' ],
  [ 'fr', 'FR' ],      [ 'it', 'IT' ],
  [ 'ja', 'JA' ],      [ 'ko', 'KO' ],
  [ 'nl', 'NL' ],      [ 'pl', 'PL' ],
  [ 'pt', 'PT' ],      [ 'ru', 'RU' ],
  [ 'zh-Hans', 'ZH' ], [ 'zh-Hant', 'ZH' ],
  [ 'zh', 'ZH' ],      [ 'bg', 'BG' ],
  [ 'cs', 'CS' ],      [ 'da', 'DA' ],
  [ 'el', 'EL' ],      [ 'et', 'ET' ],
  [ 'fi', 'FI' ],      [ 'hu', 'HU' ],
  [ 'lt', 'LT' ],      [ 'lv', 'LV' ],
  [ 'ro', 'RO' ],      [ 'sk', 'SK' ],
  [ 'sl', 'SL' ],      [ 'sv', 'SV' ]
]

Acknowledgment

All credit goes to 小.同学 while mistakes are all mine.

Keywords

FAQs

Package last updated on 22 Apr 2023

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

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