thlorenz / replpad

Pipes content of files to a node repl whenever they change to enable a highly interactive coding experience.
http://thlorenz.github.com/replpad/
MIT License
213 stars 19 forks source link

minimal modernization #30

Open othiym23 opened 7 years ago

othiym23 commented 7 years ago

Updated this to use a modestly updated version of dependencies; if / when you decide to refresh findex, you'll want to replace the dependency on my fork. The updates were all for either breaking deprecations in Node 6.x or 8.x, or known DoS vectors. The tests continue to pass after the upgrade. As with my changes to findex, I included package-lock.json in a separate commit (and also followed your preference for ~ over ^). Thanks for your time, and for making this in the first place!