sandeepmistry / node-bleacon

A Node.js library for creating, discovering, and configuring iBeacons
MIT License
497 stars 88 forks source link

Construct buffers using Buffer.from #83

Open gabrielschulhof opened 6 years ago

gabrielschulhof commented 6 years ago

Using new Buffer to construct a buffer is deprecated and unsafe. Would it be possible to replace the few occurrences with Buffer.from?