deepl icon indicating copy to clipboard operation
deepl copied to clipboard

Deepl API wrapper for node

Results 7 deepl issues
Sort by recently updated
recently updated
newest added

please update axios dependency. Axios Cross-Site Request Forgery Vulnerability https://github.com/advisories/GHSA-wf5p-g6vw-rhxx

Bumps [follow-redirects](https://github.com/follow-redirects/follow-redirects) from 1.14.4 to 1.15.4. Commits 6585820 Release version 1.15.4 of the npm package. 7a6567e Disallow bracketed hostnames. 05629af Prefer native URL instead of deprecated url.parse. 1cba8e8 Prefer native...

dependencies

Thanks for making this package :) It seems some languages are missing, compared to https://www.deepl.com/docs-api/translate-text E.g. Turkish, Ukrainian etc. Could you please add the missing languages? :) Thanks!

Bumps [axios](https://github.com/axios/axios) from 0.21.2 to 1.6.0. Release notes Sourced from axios's releases. Release v1.6.0 Release notes: Bug Fixes CSRF: fixed CSRF vulnerability CVE-2023-45857 (#6028) (96ee232) dns: fixed lookup function decorator...

dependencies

I have tested sending an array of strings (```text: string[]```) instead of just one string and it works just fine: https://github.com/funkyremi/deepl/blob/ee27e0308a6d043a0ddcf29ed54f2d743d577db9/index.ts#L52

This package accepts an array of strings as `ignore_tags` and passes those to the API with multiple `ignore_tags` parameters. The API requires one string where multiple tags can be separated...