node-memwatch
node-memwatch copied to clipboard
Use Node.js 8 as a minimum engine version
@eduardbcom If this package would work with Node v8, this PR would be very much appreciated.
@dyatko Why not go even lower? Since this is a fork of the original memwatch, it should support as low as 0.8.0.
@rochdev I have no clue. I just needed to get it to work with Node.js 8, which is the current LTS.
@dyatko Fair enough :) BTW I found this one that is already updated: https://www.npmjs.com/package/@airbnb/node-memwatch
What is going on with this ? yarn --ignore-engines seems to prove that this works fine with 8.X .
Is there something in particular that possibly makes it not work with 8.X? Also, one big downside of @airbnb's fork is the loss of leak (leak event) detection.