homebridge-eufy-security / plugin

Homebridge plugin to control certain Eufy Security devices
Apache License 2.0
172 stars 23 forks source link

chore: Update Node.js compatibility check #601

Closed lenoxys closed 3 months ago

lenoxys commented 3 months ago

This pull request updates the compatibility check for Node.js versions in the code. Previously, the check used a version range that included versions known to break compatibility with RSA_PKCS1_PADDING. This PR updates the version range to exclude those incompatible versions and ensures that the check is more accurate.

thanks @ivan-garcia-parras