mcohen01 / node-quickbooks

nodejs client for Intuit's Quickbooks API
332 stars 235 forks source link

`Buffer` constructors are deprecated. #197

Closed peterfaria-lula closed 2 years ago

peterfaria-lula commented 2 years ago

Per https://nodejs.org/api/buffer.html#new-bufferstring-encoding, the Buffer constructors used in this lib are deprecated, and should be replaced with Buffer.from(string[, encoding]).