jtlapp / node-cleanup

installs custom cleanup handlers that run on exiting node
MIT License
164 stars 10 forks source link

Still maintained? #16

Open dandv opened 4 years ago

dandv commented 4 years ago

In case this module is no longer maintained (last commit was ~3 years ago), here are some more actively maintained alternatives:

jtlapp commented 4 years ago

I haven't worked with node for the past 1.5 years or so. Does anyone see reason to continue maintaining this module in light of the other available options?

dandv commented 4 years ago

After spending some time looking into the other modules, they aren't without issues:

Looks like node-cleanup might be here to stay :)

Farenheith commented 1 year ago

@dandv it looks like the issue with exit-hooks had been solved.

robross0606 commented 3 months ago

Just to keep this updated, exit-hook added async support but also went "pure ESM" which is very frustrating for those still stuck on CJS.