paulmillr / noble-curves

Audited & minimal JS implementation of elliptic curve cryptography.
https://paulmillr.com/noble
MIT License
623 stars 56 forks source link

Specify supported node.js version range in manifest #39

Closed legobeat closed 1 year ago

legobeat commented 1 year ago

This adds that the supported Node.js version range to the package manifest to expose this information to tooling and users in a standardized way.

paulmillr commented 1 year ago

Thanks @legobeat i've added this to hashes, meaning all other pull requests can be closed, because they depend on noble-hashes, and the error will be written.

Other packages probably don't use the same functionality.