Replace new Buffer(...) calls
Open
- Dominant language
- JavaScript
- Stars
- 15.5k
- Forks
- 2k
- PR merge metrics
- No merged PRs in 30d
Description
When used in node, the following
`const exceljs = require("exceljs")`
results in a deprecation warning:
`[DEP0005] DeprecationWarning: Buffer() is deprecated due to security and usability issues. Please use the Buffer.alloc(), Buffer.allocUnsafe(), or Buffer.from() methods instead.`
Please update the module accordingly.
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.