deepl
deepl copied to clipboard
Deepl API wrapper for node
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...
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...
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
Resolves #18
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...