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

Package detail

compressing-enc

node-modules2MIT1.4.0TypeScript support: included

Everything you need for compressing and uncompressing

compress, uncompress, util, tgz, gzip, tar, zip, stream

readme

compressing-enc

Install

npm install compressing-enc

changelog

1.4.0 / 2018-11-30

others

1.3.2 / 2018-11-21

fixes

1.3.1 / 2018-08-24

fixes

1.3.0 / 2018-08-13

features

1.2.4 / 2018-07-13

  • chore: replace multipipe with pump (#9)

1.2.3 / 2017-07-27

  • fix: should resolve when all fileWriteStream finished (#7)

1.2.2 / 2017-07-06

  • fix: make file mode correct (#6)

1.2.1 / 2017-07-01

  • test: fix test on Windows (#4)

1.2.0 / 2017-07-01

  • feat: add strip option when uncompress zip

1.1.0 / 2017-02-14

  • feat: uncompress (#2)

1.0.0 / 2016-12-24

  • rename to compressing
  • feat: 1st implementation
  • init