smaz.js icon indicating copy to clipboard operation
smaz.js copied to clipboard

Node version

Open PierreCapo opened this issue 6 years ago • 2 comments

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

PierreCapo avatar Feb 02 '19 21:02 PierreCapo

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,

remusao avatar Feb 01 '20 14:02 remusao

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: .

personalcomputer avatar Jun 05 '22 22:06 personalcomputer