ronomon / crypto-async

Fast, reliable cipher, hash and hmac methods executed in Node's threadpool for multi-core throughput.
MIT License
174 stars 15 forks source link

Set engineStrict to true #5

Closed skerit closed 5 years ago

skerit commented 5 years ago

Just a small thing: Because the engines property in the package.json file is just advisory, npm will install the latest version of crypto-async even on older node.js versions.

Adding "engineStrict": true, to the package file should help with that a bit.

jorangreef commented 5 years ago

Thanks @skerit, good catch.

jorangreef commented 5 years ago

Fixed in https://github.com/ronomon/crypto-async/commit/e8d28fc703d8fcca6fbbff1d0f9524a0821c9bd0