dodo / node-unicodetable

unicode lookup table
MIT License
42 stars 34 forks source link

Provide category/*.js files directly #28

Closed tdanecker closed 7 years ago

tdanecker commented 7 years ago

Downloading the UnicodeData.txt failes regularly as unicode.org also started to block ip-addresses and even ip-ranges when the file is downloaded too often (#25).

With this pull request, the generated category/*.js files are added directly to the package instead of generating them at install-time.

This should also fix the security issues raised at #27