paulmillr / readdirp

Recursive version of fs.readdir with streaming api.
https://paulmillr.com
MIT License
382 stars 53 forks source link

Remove/Exchange usage of event-stream module in Readme.md #58

Closed jhillejan closed 5 years ago

jhillejan commented 5 years ago

Inside the Readme.md the event-stream module is being used, which contains malicous code in its latest versions. The usage should be exchanged with another way dealing with the streams.

Sources: https://github.com/dominictarr/event-stream/issues/116 https://thehackernews.com/2018/11/nodejs-event-stream-module.html

paulmillr commented 5 years ago

Feel free to do it.

jhillejan commented 5 years ago

Hi Paul, the new version doesn´t compile. Please check again. Thanks.