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

deepl-node

Package Overview
Dependencies
Maintainers
1
Versions
30
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

deepl-node - npm Package Versions

13

1.7.5

Diff

Changelog

Source

[1.7.5] - 2023-01-25

Fixed

  • Also send options in API requests even if they are default values.
daniel-jones-deepl
published 1.7.4 •

Changelog

Source

[1.7.4] - 2023-01-09

Fixed

  • Omit undefined supportsFormality field for source languages.
daniel-jones-deepl
published 1.7.3 •

Changelog

Source

[1.7.3] - 2023-01-04

Changed

  • CI: suppress npm audit warnings for dev dependencies, due to CVE in eslint-plugin-import > tsconfig-paths > json5.

Fixed

  • Support axios v1.2.1, that resolves the issue in v1.2.0.
daniel-jones-deepl
published 1.7.2 •

Changelog

Source

[1.7.2] - 2022-11-24

Fixed

  • Limit axios to v1.1.3 or lower due to an issue in v1.2.0.
    • This is a temporary workaround until the issue is resolved.
daniel-jones-deepl
published 1.7.1 •

Changelog

Source

[1.7.1] - 2022-10-12

Fixed

  • Prefer for .. of loops to for .. in loops, to handle cases where array prototype has been modified.
    • Issue #10 thanks to LorenzoJokhan
  • Node 18 is supported, this is now explicitly documented.
daniel-jones-deepl
published 1.7.0 •

Changelog

Source

[1.7.0] - 2022-09-30

Added

  • Add formality options 'prefer_less' and 'prefer_more'.

Changed

  • Requests resulting in 503 Service Unavailable errors are now retried. Attempting to download a document before translation is completed will now wait and retry (up to 5 times by default), rather than rejecting.
daniel-jones-deepl
published 1.6.0 •

Changelog

Source

[1.6.0] - 2022-09-09

Added

  • New language available: Ukrainian ('uk'). Add language code constant and tests.

    Note: older library versions also support new languages, this update only adds new code constant.

daniel-jones-deepl
published 1.5.0 •

Changelog

Source

[1.5.0] - 2022-08-19

Added

  • Add proxy support.
daniel-jones-deepl
published 1.4.0 •

Changelog

Source

[1.4.0] - 2022-08-09

Added

  • Add createGlossaryWithCsv() allowing glossaries downloaded from website to be easily uploaded to API.
daniel-jones-deepl
published 1.3.2 •

Changelog

Source

[1.3.2] - 2022-08-09

Changed

  • Update contributing guidelines, we can now accept Pull Requests.

Fixed

  • Fix GitLab CI config.
  • Correct language code case in getSourceLanguages() and getTargetLanguages() result.
  • Use TypeScript conditional types on translateText() to fix TS compiler errors.
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