Important: This documentation covers Yarn 1 (Classic).
For Yarn 2+ docs and migration guide, see yarnpkg.com.

Package detail

compress-commons

archiverjs47.1mMIT7.0.0

a library that defines a common interface for working with archive formats within node

compress, commons, archive

readme

Compress Commons

Compress Commons is a library that defines a common interface for working with archive formats within node.

NPM

Install

npm install compress-commons --save

You can also use npm install https://github.com/archiverjs/node-compress-commons/archive/master.tar.gz to test upcoming versions.

Things of Interest

Credits

Concept inspired by Apache Commons Compress™.

Some logic derived from Apache Commons Compress™ and OpenJDK 7.

changelog

Changelog

7.0.0October 13, 2024Diff

6.0.2March 9, 2024Diff

6.0.1February 29, 2024Diff

6.0.0February 26, 2024Diff

5.0.2February 26, 2024Diff

5.0.1September 3, 2023Diff

5.0.0September 2, 2023Diff

4.1.2September 2, 2023Diff

4.1.1May 30th, 2021Diff

Maintenance

  • Bump mocha from 8.2.1 to 8.4.0 (#70)
  • Bump crc32-stream from 4.0.1 to 4.0.2 (#59)
  • Bump y18n from 4.0.0 to 4.0.1 (#69)
  • Bump chai from 4.2.0 to 4.3.4 (#67)
  • Bump actions/setup-node from 2.1.4 to 2.1.5 (#71)

4.1.0March 2, 2021Diff

Features

  • Allow prepending forward slash in entry name (#63)

Maintenance

  • Bump actions/setup-node from v2.1.2 to v2.1.4 (#58)

4.0.1July 20, 2020Diff

  • Bump crc32-stream from 3.0.1 to 4.0.0 (#43) @dependabot

4.0.0July 18, 2020Diff

  • Bump mocha from 5.2.0 to 8.0.1 (#36) @dependabot
  • Bump readable-stream from 2.3.7 to 3.6.0 (#39) @dependabot
  • Bump actions/setup-node from v1 to v2.1.0 (#41) @dependabot
  • Bump rimraf from 2.7.1 to 3.0.2 (#38) @dependabot
  • Bump mkdirp from 0.5.5 to 1.0.4 (#37) @dependabot
  • Bump actions/checkout from v1 to v2.3.1 (#40) @dependabot
  • remove support for node < 10 (#42) @ctalkington

3.0.0April 14, 2020Diff

  • breaking: slowly catch up with node LTS, remove support for versions under 8.
  • update multiple deps.

2.1.1August 2, 2019Diff

  • update crc32-stream to v3.0.1

2.1.0August 2, 2019Diff

  • update crc32-stream to v3.0.0

2.0.0July 19, 2019Diff

  • breaking: follow node LTS, remove support for versions under 6.
  • test: now targeting node v10 and v12
  • fix: update Buffer calls to alloc/from
  • fix: Add offset to buffer call (#31)
  • other: update normalize-path@3 (#34)
  • other: update dependencies

Release Archive