koajs / examples

Example Koa apps
4.52k stars 744 forks source link

Replace fs-promise with built-in fs/promises module #150

Closed hyperupcall closed 4 months ago

hyperupcall commented 11 months ago

Checklist

Description

fs-promise is deprecated and since Node v10.X, there is a built-in fs/promises module (also available with the .promises property) for promise-based file system APIs.

This removes fs-promise and uses the built-in module that is available.

socket-security[bot] commented 11 months ago

Removed dependencies detected. Learn more about Socket for GitHub ↗︎

🚮 Removed packages: fs-promise@2.0.3