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

node.js cross-platform unzip using streams

Results 86 node-unzip issues
Sort by recently updated
recently updated
newest added

Changed compressed.js to run all the tests for every compressed\* folder in the testData directory to a) simplify the tests and b) make it easier to add more archives to...

Most of the way fix for #16. Working in node 0.10.3 on jquery-ui-1.10.0.custom.zip but not in node 0.8.x testing against ``` javascript var unzip = require('unzip'); var fs = require('fs');...

I'm piping a request stream into the zip stream, and getting duplicate entry logs: ``` dist/ dist/css/ dist/css/bootstrap-theme.css dist/css/bootstrap-theme.min.css dist/css/bootstrap.css dist/css/bootstrap.css dist/css/bootstrap.min.css dist/css/bootstrap.min.css dist/fonts/ dist/fonts/glyphicons-halflings-regular.eot dist/fonts/ dist/fonts/glyphicons-halflings-regular.eot dist/fonts/glyphicons-halflings-regular.svg dist/fonts/glyphicons-halflings-regular.svg dist/fonts/glyphicons-halflings-regular.ttf...

I try to strip off crx headers before piping the data to unzip. Although it's a valid zip file after transforming node-unzip is throwing an invalid signature error. I've extracted...

I created a test scenario with a full disk condition, and I couldn't catch the error in my application using node-unzip. Is this an issue, or I forgot something? Code:...

Hello, I'm packaging atom [1] for debian [2]. Your software is there included. I found some issues in your software: - In your source files are no copyright / license...

Currently this library is unusable for me because it reports `entry.size` as `undefined` and silently ignores (`entry` not called) files that are larger than a few kilobytes. I'm using the...

Move the emit('entry') from just below unzip.js:111 where hasEntryListener is init to 166 below self._processDataDescriptor. That is when size data is available.

{ [Error: invalid distance code] errno: -3, code: 'Z_DATA_ERROR' }