Sobesednik / node-exiftool

A Node.js interface to exiftool command-line application.
MIT License
91 stars 15 forks source link

Need to protect exported properties. #60

Open mcoimbra opened 1 month ago

mcoimbra commented 1 month ago

Instances of the exported ExiftoolProcess class have a hard-coded _bin property.

If there is no need for the code that interacts with this module to change the _bin property, it should be hidden to avoid potential misuses of this module.

Would be great if this repository's owners/maintainers were available to talk more about this.