coreybutler / node-windows

Windows support for Node.JS scripts (daemons, eventlog, UAC, etc).
Other
2.83k stars 356 forks source link

Optimist Deprecation #282

Closed bmw2621 closed 3 years ago

bmw2621 commented 3 years ago

Package depends on optimist, which is no longer maintained because it essentially became a wrapper for minimist. Minimist has been upgraded for security but optimist has not followed because it is not being maintained.

bmw2621 commented 3 years ago

I can start looking through the code to see if I can PR this issue. I just need to familiarize myself with optimist and minimist.

bmw2621 commented 3 years ago

Disregard, it looks like PR #267 addresses this.