sandeepmistry / node-bleacon

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

Remove usage of Buffer constructor (#83) #84

Open gabrielschulhof opened 6 years ago

gabrielschulhof commented 6 years ago

Replace new Buffer(...) with Buffer.from(...) and Buffer.alloc(...)

gabrielschulhof commented 6 years ago

Fixes #83.

gabrielschulhof commented 5 years ago

@sandeepmistry any chance this might land?