gabceb / node-metainspector

Node npm for web scraping purposes. It scrapes a given URL, and returns you its title, meta description, meta keywords, an array with all the links, all the images in it, etc. Inspired by the metainspector Ruby gem
MIT License
129 stars 52 forks source link

Upgrade uri-js #41

Closed henry40408 closed 6 years ago

henry40408 commented 7 years ago

due to https://nodesecurity.io/advisories/100

kapoorji commented 5 years ago

@gabceb can you please update this vulnerable dependency.

gabceb commented 5 years ago

@kapoorji I have released version 2.0.0 which 0 vulnerable issues. Unfortunately due to some dependencies using Node v6 - ES6 syntax I had to bump the min Node version to 6. If you need support for v4 and below please submit a PR with a downgraded node-fakeweb dependency which looked like the dep that made the move to v6.

kapoorji commented 5 years ago

Thank you @gabceb for the update.