You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Unzip sounds like zipfiles, which is an archive format. This project is about deflating/decompressing/gunzipping, which about data compression.
When i searched npm for unzip, this project was the second result, even though it has nothing to do with the zipfile format.
There is a common misconception that "zipping" files means to compress them, when really it means to archive them (meaning bundle multiple files together as a single file), and compression may or may not happen in the process. and if compression does happen, it's the generic DEFLATE algorithm, which is also what gzip uses; it's not some "zip compression" algorithm that was designed for zipfiles.
I understand that it's logistically infeasible to rename the project at this point; you've got over 3 million downloads a month. At least could you update the description of the package and repository to say "inflate" or "decompress" instead of "unzip"?
Thanks for your time.
The text was updated successfully, but these errors were encountered:
If you also think it's dumb that the first result is an unmaintained module, complain here: npms-io/npms-analyzer#63 (npm uses this project underneath)
Unzip sounds like zipfiles, which is an archive format. This project is about deflating/decompressing/gunzipping, which about data compression.
When i searched npm for unzip, this project was the second result, even though it has nothing to do with the zipfile format.
There is a common misconception that "zipping" files means to compress them, when really it means to archive them (meaning bundle multiple files together as a single file), and compression may or may not happen in the process. and if compression does happen, it's the generic DEFLATE algorithm, which is also what gzip uses; it's not some "zip compression" algorithm that was designed for zipfiles.
I understand that it's logistically infeasible to rename the project at this point; you've got over 3 million downloads a month. At least could you update the description of the package and repository to say "inflate" or "decompress" instead of "unzip"?
Thanks for your time.
The text was updated successfully, but these errors were encountered: