smaz.js
smaz.js copied to clipboard
Node version
Hello ! Great library, I've seen in your package.json that you got added this requirement:
"engines": {
"node": ">= 0.10.x < 0.13.0"
},
which is forbidding me to use this package on recent versions of nodeJS:
error [email protected]: The engine "node" is incompatible with this module. Expected version ">= 0.4.x < 0.7.0". Got "8.12.0"
Would it be possible to remove this part of the code in the package.json since your code seems compatible for every node version ? Thanks in advance
Hi @PierreCapo,
I don't know if smaz.js
will be updated again since the last activity was years ago. I also stumbled upon this project a few months back when looking for a solution to compress lots of small strings. I ended up writing my own library tsmaz which I actively maintain and improve (better performance, ability to generate custom codebooks, etc.). Have a look if you still need such a library.
I hope this helps, Best,
Thank you for taking this up @remusao, I apologize for abandoning this original one. I will archive this repo and redirect people to your copy :+1: .