ksoichiro / node-archiver-zip-encryptable

An extension for archiver to zip with password encryption.
MIT License
12 stars 1 forks source link

Upgrade archiver and crc32-stream #18

Closed ksoichiro closed 4 years ago

ksoichiro commented 4 years ago

crc32-stream has breaking change in 3.0.0, and this version can be installed as a transitive dependency now.

A workaround for this exists as described in #16, so we should focus on upgrading them and adapt to the changes.

To adopt updates, I executed npm upgrade archiver first. This may be enough but I decided to declare crc32-stream in dependencies clearly.

Related: #16, #17