Skip to content
#

zip

Here are 710 public repositories matching this topic...

SimonSimCity
SimonSimCity commented Dec 19, 2019

The documentation only states that the system supports node-js streams.

In my example I went ahead and tried to create a file using csv-stringify, which creates a writeable stream and push it to zip.file() function, which didn't work.

Do you see the possibility to introduce a writeable stream to this library?

At least the docs should receive an update here specially mentioning readabl

使用spring boot打造文件文档在线预览项目解决方案,支持doc、docx、ppt、pptx、xls、xlsx、zip、rar、mp4,mp3以及众多类文本如txt、html、xml、java、properties、sql、js、md、json、conf、ini、vue、php、py、bat、gitignore等文件在线预览

  • Updated May 22, 2020
  • Java
mia-0
mia-0 commented Sep 13, 2018

It’d be super nice if libarchive aka libCVE had proper, human-readable changelogs with references to security fixes. Right now the NEWS file is so incomplete as to be useless, and the release notes page on the wiki hasn’t been updated in ages.

adamhathcock
adamhathcock commented Jul 17, 2017

Document with markdown:
(samples could also be unit tests for some copy/pasting to make it easier to maintain when breaking changes occur)

  • Basic Archive usage

  • Basic Reader usage

  • Basic Writer usage

  • Options usage around leaving streams open

  • Archive Encoding usage with auto-detect

glasser
glasser commented Jul 26, 2017

The documentation of the filter option is misleading:

Filter out files before extracting

That's not really true. When you use decompress (say, with decompress-tar or decompress-unzip), it fully decompresses the entire tarball into memory before applying the filter. If you're not using the output feature, the filter option is entirely equivalent to just using Array.filter yourself o

Robust ZIP decoder with defenses against dangerous compression ratios, spec deviations, malicious archive signatures, mismatching local and central directory headers, ambiguous UTF-8 filenames, directory and symlink traversals, invalid MS-DOS dates, overlapping headers, overflow, underflow, sparseness, accidental buffer bleeds etc.

  • Updated Feb 18, 2020
  • JavaScript

Improve this page

Add a description, image, and links to the zip topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the zip topic, visit your repo's landing page and select "manage topics."

Learn more

You can’t perform that action at this time.