-
-
Notifications
You must be signed in to change notification settings - Fork 43
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Replace deprecated unzipper with jszip #440
Comments
What is the impact for users here? I am hesitating a bit to switch to |
There are already several documented vulnerabilities in the transitive dependencies of The We use Actually you're right, Do you have another suggestion how to deal with the deprecation of |
https://gildas-lormeau.github.io/zip.js/ might be a good option. I could provide another MR using that too. |
Another option using a C library compiled to wasm: https://github.com/nika-begiashvili/libarchivejs/tree/master |
I think this is a great option. Can we migrate to this package? |
Yes, i will do that in the next few days. |
Thanks @johannesrue for taking a stab at this. |
Unzipper uses deprecated module
fstream
(https://www.npmjs.com/package/fstream ZJONSSON/node-unzipper#261), therefore we should replace it with jszip.I will create a pull request to fix this deprecated dependency.
The text was updated successfully, but these errors were encountered: