node-archiver icon indicating copy to clipboard operation
node-archiver copied to clipboard

a streaming interface for archive generation

Results 176 node-archiver issues
Sort by recently updated
recently updated
newest added

Currently, the hash of each zip archive is unique. Seems, `archiver` adds the archiving time in the zip file. Is it possibly to skip this? I need the reproducible result....

This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [tar](https://redirect.github.com/isaacs/node-tar) | [`6.2.1` -> `7.4.3`](https://renovatebot.com/diffs/npm/tar/6.2.1/7.4.3) | [![age](https://developer.mend.io/api/mc/badges/age/npm/tar/7.4.3?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/tar/7.4.3?slim=true)](https://docs.renovatebot.com/merge-confidence/)...

dependencies

[![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [@docusaurus/core](https://togithub.com/facebook/docusaurus) ([source](https://togithub.com/facebook/docusaurus/tree/HEAD/packages/docusaurus)) | [`3.1.1` -> `3.5.2`](https://renovatebot.com/diffs/npm/@docusaurus%2fcore/3.1.1/3.5.2) |...

dependencies

[![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [jsdoc](https://togithub.com/jsdoc/jsdoc) | [`4.0.2` -> `4.0.3`](https://renovatebot.com/diffs/npm/jsdoc/4.0.2/4.0.3) | [![age](https://developer.mend.io/api/mc/badges/age/npm/jsdoc/4.0.3?slim=true)](https://docs.renovatebot.com/merge-confidence/)...

dependencies

I would like to build a single zip file incrementally. What I have tried: ```ts import {PassThrough} from 'stream'; import archiver from 'archiver'; (async () => { const stream =...

Such as [FileSystemWritableFileStream](https://developer.mozilla.org/en-US/docs/Web/API/FileSystemWritableFileStream)

[![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [yauzl](https://togithub.com/thejoshwolfe/yauzl) | [`3.1.2` -> `3.1.3`](https://renovatebot.com/diffs/npm/yauzl/3.1.2/3.1.3) | [![age](https://developer.mend.io/api/mc/badges/age/npm/yauzl/3.1.3?slim=true)](https://docs.renovatebot.com/merge-confidence/)...

dependencies

In addition to the options supported by `node-readdir-glob`, `archiver` supports an additional `cwd` option that was only documented in example code in the quick start. This PR adds it to...

[![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [readdir-glob](https://togithub.com/Yqnn/node-readdir-glob) | [`^1.1.2` -> `^2.0.0`](https://renovatebot.com/diffs/npm/readdir-glob/1.1.3/2.0.0) | [![age](https://developer.mend.io/api/mc/badges/age/npm/readdir-glob/2.0.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)...

dependencies