cossacklabs / themis

Easy to use cryptographic framework for data protection: secure messaging with forward secrecy and secure data storage. Has unified APIs across 14 platforms.
https://www.cossacklabs.com/themis
Apache License 2.0
1.88k stars 143 forks source link

'import' syntax compatible and TypeScript declaration file #1038

Closed radetsky closed 11 months ago

radetsky commented 12 months ago

Checklist

vixentael commented 12 months ago

Should we add tests for this file?

radetsky commented 12 months ago

And I see, that you tried to add examples and update tests on CI but reverted changes. Did you met any problems with tests with new import syntax?

Nope, I met the issues with node >= 18. Decided to provide it later because of OpenSSL 3 issues.

Lagovas commented 12 months ago

Nope, I met the issues with node >= 18. Decided to provide it later because of OpenSSL 3 issues.

can we test it for openssl1.0/node <= 18?