nfriedly / node-bestzip

Provides a `bestzip` command that uses the system `zip` if avaliable, and a Node.js implimentation otherwise.
MIT License
80 stars 16 forks source link

bring modules up to date, fix security issues in older archiver module #18

Closed bdelee-zz closed 6 years ago

bdelee-zz commented 6 years ago

I was tired of seeing the security vulnerabilities in the places that I use the bestzip module. I figured I'd update the modules and see if the tests still passed. They do pass, so it would be cool to pull these updated modules in to fix the security issues, however small they may be.

nfriedly commented 6 years ago

This is great, thank you!