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.85k stars 143 forks source link

jsthemis: Bump nan version #1002

Closed G1gg1L3s closed 1 year ago

G1gg1L3s commented 1 year ago

This is a part of debugging themis to work on the ubuntu jammy with the openssl 3. There we use the node 18.0 which changed some of the API. This resulted in an error 'class v8::ArrayBuffer' has no member named 'GetContents'. So, following the same fix as in https://github.com/Automattic/node-canvas/issues/1912, let's use the newest nan version as it fixes the issue.

Checklist