Git Product home page Git Product logo

Comments (12)

hfwang avatar hfwang commented on July 16, 2024

I currently use unzip for a simple web service. It's nice to have it work using streams so I can pipe uploaded files through to disk (using busboy).

The input is usually well-formed, so the possible niggles haven't really been a big deal for me. Nor do I think there really are additional features that I wish it had, I just pipe stuff in from one to the other.

Anyway, this is more a note of encouragement to say that I do use it!

from node-unzip.

JohnMcLear avatar JohnMcLear commented on July 16, 2024

I also use it @EvanOxfeld - Not through choice but through adoption, it just caught me out though on the latest node :P

from node-unzip.

missinglink avatar missinglink commented on July 16, 2024

I use it

from node-unzip.

giacecco avatar giacecco commented on July 16, 2024

I use it, and I am successful using it to do stuff that fails instead using NodeJS' standard zlib.

from node-unzip.

prust avatar prust commented on July 16, 2024

@EvanOxfeld: Thanks for the mention of decompress (I assume you mean https://github.com/bower/decompress-zip, not https://github.com/kevva/decompress). I don't need streaming support, so it fits my needs -- it was surprisingly hard to find.

I don't have a stake in the future of this lib, but my 2c is you might try @brianc's approach & just add everyone who has ever made a decent contribution as an owner & see if anyone steps up & helps maintains it.

from node-unzip.

kenvifire avatar kenvifire commented on July 16, 2024

I use it in my personal projects, and for the sake of this project it's better to make a stable version asap.

from node-unzip.

andrewrk avatar andrewrk commented on July 16, 2024

@EvanOxfeld I'd be happy to do a little bit of maintenance on this project if you make me a collaborator. Merge some pull requests, look at some issues, etc. See my GitHub profile for evidence that I know what I'm doing.

from node-unzip.

suisho avatar suisho commented on July 16, 2024

I use it too.

from node-unzip.

dvalentiate avatar dvalentiate commented on July 16, 2024

Thanks for this project. It is going to be very useful for me and the project I'm working on. I've learned a lot about the zip format and parsing it by looking over your code and then reading up on the spec. Unfortunately it was to debug an issue that I did not realize has been fixed by unzip2.

It would be good to either pass this repo onto glebdmitriew of unzip2 or someone else (I'd do it) or simply put a note at the top of the readme recommending people switch to unzip2.

from node-unzip.

andrewrk avatar andrewrk commented on July 16, 2024

This module is maintained: https://github.com/thejoshwolfe/yauzl

from node-unzip.

dvalentiate avatar dvalentiate commented on July 16, 2024

true but unfortunately yauzl doesn't support streaming of the source zip file and so is not suitable for a for my projects needs

from node-unzip.

julien-f avatar julien-f commented on July 16, 2024

@EvanOxfeld I personally need an unzip lib supporting stream because my use case is:

  1. download a big zipped file (hundreds of megas to few gigas)
  2. unzip
  3. upload to another server

If you do not want/can manage this project, you should add maintainers instead of letting it die (lots of unanswered issues/PRs). Here are some potential candidates:

The more maintainers, the less work for everyone.

from node-unzip.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.