node-unzip
node-unzip copied to clipboard
node.js cross-platform unzip using streams
Bumps [fstream](https://github.com/npm/fstream) from 0.1.31 to 1.0.12. Commits - [`4235459`](https://github.com/npm/fstream/commit/42354590e23bb514eb5c869eea64406be2947c6c) 1.0.12 - [`6a77d2f`](https://github.com/npm/fstream/commit/6a77d2fa6e1462693cf8e46f930da96ec1b0bb22) Clobber a Link if it's in the way of a File - [`1e4527f`](https://github.com/npm/fstream/commit/1e4527ffe8688d4f5325283d7cf2cf2d61f14c6b) 1.0.11 - [`ac4a9e3`](https://github.com/npm/fstream/commit/ac4a9e3d86d39a5b979dbdda44376be85b91ece7) Move props.path...
Since `0.1.6` there's been a lot of errors like this. One of the packages that have this issue is: http://reality.sgiweb.org/maxw/tmp/bower/Open_Sans.zip With `0.1.5` it works with the above zip file. Also...
[`fstream`](https://www.npmjs.com/package/fstream) has a vulnerability in versions lower than `1.0.12`. Remediation: Upgrade **fstream** to version **1.0.12** or later. For example: ``` fstream@^1.0.12: version "1.0.12" ``` [WS-2019-0100](https://github.com/npm/fstream/commit/6a77d2fa6e1462693cf8e46f930da96ec1b0bb22) **Vulnerable versions**: < 1.0.12 **Patched...
Continuously getting this warning (https://www.npmjs.com/advisories/886) while trying to work with 'unzip' package in node. As a fix to the same problem, upgrading the version of 'fstream' package. Tested and working...
There is an error in webpack electron environment
When using Extract, it seems the file mode is not preserved. (E.g. being executable)
This pull request fixes unzipping for uncompressed files which size is not known in the header. This fixes issues: #41, #32 and may fix #56 and #52.
In the following example, running `node v7.10.0` I get ``` TypeError: me.error is not a function at Writer (/Users/berger/workspace/inexor-flex/node_modules/unzip/node_modules/fstream/lib/writer.js:34:23) at new Extract (/Users/berger/workspace/inexor-flex/node_modules/unzip/lib/extract.js:30:16) at Object.Extract (/Users/berger/workspace/inexor-flex/node_modules/unzip/lib/extract.js:16:12) at repl:1:17 at ContextifyScript.Script.runInThisContext...
See https://www.npmjs.com/package/natives https://github.com/Microsoft/vscode/issues/47569 "This module relies on Node.js's internals and will break at some point. Do not use it, and update to [email protected]."
If any compressed file had exec permission before compression, it will lose its permission on extraction. Enviroment: OS X 10.8.2 Node 0.8.12 NPM 1.1.63 Steps: ``` shell git clone https://github.com/nearinfinity/node-unzip.git...