PruvoNet / squiss-ts

High-volume Amazon SQS Poller for Node.js

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Consider migrating to the compression built into zlib

nathanpeck opened this issue · comments

This package still uses iltorb, which is no longer needed in modern versions of Node:

npm WARN deprecated iltorb@2.4.3: The zlib module provides APIs for brotli compression/decompression starting with Node.js v10.16.0, please use it over iltorb

Thanks for the issue submission. I want to support node 6 and above, so I can't remove iltorb as a dependency. Would you mind making a pr that will try to use zlib only if applicable?

npm/npm#7340 there is an idea there on how to install conditional dependencies

@nathanpeck released in 4.1.0

Haha you didn't respond so i figured you didn't have the time.
Glad to help!
If you like the library, a star would be much appreciated