taoqf / node-html-parser

A very fast HTML parser, generating a simplified DOM, with basic element query support.
MIT License
1.12k stars 112 forks source link

eliminated dependence on new Function #2

Closed jnarowski closed 6 years ago

jnarowski commented 6 years ago

All tests are passing, no longer depends on the potentially dangerous dynamic code "new Function"

taoqf commented 6 years ago

thanks

jnarowski commented 6 years ago

great! should we do a version bump and push to npm repo?

taoqf commented 6 years ago

It' done already.