node-modules / compressing

Everything you need for compressing and uncompressing
MIT License
436 stars 34 forks source link

fix(yauzl): symlink creation on uncompressing zip files #100

Closed ayushmanchhabra closed 1 year ago

ayushmanchhabra commented 1 year ago

Fixes: #99

Since this only happens on some MacOS environments, the only thing I could think of was using yauzl-promise instead of @eggjs/yauzl which claims to fix MacOS Archive Utility issues (which seem to be the root of the problem).

socket-security[bot] commented 1 year ago

New dependencies detected. Learn more about Socket for GitHub ↗︎

Packages Version New capabilities Transitives Size Publisher
yauzl-promise 4.0.0 filesystem +17 5.81 MB overlookmotel
ayushmanchhabra commented 1 year ago

I'll use yauzl-promise in nw-builder instead of consuming it via compressing since I'm not familiar with this codebase.