DEPRECATED-node-zlib icon indicating copy to clipboard operation
DEPRECATED-node-zlib copied to clipboard

Rename npm package

Open devongovett opened this issue 13 years ago • 6 comments

Because Node 0.6 will have built in zlib support, calling require("zlib") to load this module no longer works since the built in version overrides the npm package. I use this module as a dependency to one of my own modules and will continue to do so for a little while yet for backwards compatibility reasons. However, my module is currently broken because because of the naming conflict with the built in version in 0.6 which uses a different API. It might be a good idea to rename this npm module to avoid this naming conflict. Thanks!

devongovett avatar Oct 22 '11 20:10 devongovett

I forked and renamed to _zlib, and upgraded the wscript to work with node v6: https://github.com/springmeyer/node-zlib

springmeyer avatar Nov 19 '11 01:11 springmeyer

+1

dmich avatar Dec 22 '11 21:12 dmich

+1

bwindels avatar Jul 17 '12 14:07 bwindels

+1

gluxon avatar Oct 06 '12 20:10 gluxon

+1

azer avatar Mar 03 '13 00:03 azer

The npm webpage, needs to be removed or changed to deprecated

JosephCastro avatar Apr 12 '18 14:04 JosephCastro