Leonardo Quixada
Leonardo Quixada
When we set `$.verbose = true`, we can make specific $ calls to go silent with `.quiet()`. On the flip side, when we set `$.verbose = false`, there isn't a...
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...
The 1.5.0 release is using the new-ish [.at method of Javascript Array](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Array/at). However, that method was [only available on Node 16.6+](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Array/at#browser_compatibility) which means that `[email protected]` broke backward compatibility with Node...