decompress-maybe
Transform stream that decompress its input if it's compressed, and echoes it if not
Last updated 3 years ago by piranna .
MIT · Repository · Bugs · Original npm · Tarball · package.json
$ cnpm install decompress-maybe 
SYNC missed versions from official npm registry.

decompress-maybe

Transform stream that decompress its input if it's compressed, and echoes it if not

This module accept a stream compressed using gunzip or bzip2 formats and output the decompressed stream. In case the input stream was already decompressed it returns it as-is. More compression formats could be added in the future, pull-requests are welcome :-)

This is a collaboration project between Mathias Buss "mafintosh" and Jesús Leganés-Combarro "piranna".

Supported algorithms

Current Tags

  • 1.1.0                                ...           latest (3 years ago)

2 Versions

  • 1.1.0                                ...           3 years ago
  • 1.0.0                                ...           10 years ago
Maintainers (1)
Downloads
Today 0
This Week 0
This Month 0
Last Day 0
Last Week 1
Last Month 1
Dependencies (4)
Dev Dependencies (0)
None
Dependents (2)

Copyright 2013 - present © cnpmjs.org | Home |