RafaelKa / node-serialport-enocean-parser

ESP3 parser for nodes serialport
Do What The F*ck You Want To Public License
6 stars 2 forks source link

Replacing the Buffer constructor #9

Closed gabrielschulhof closed 6 years ago

gabrielschulhof commented 6 years ago

new Buffer(...) is deprecated and unsafe. Could it be replaced with Buffer.from(...) in these places?

Holger-Will commented 6 years ago

just added a pull request fixing this as well

RafaelKa commented 6 years ago

Fixed in #10