santigimeno / node-pcsclite

Bindings over pcsclite to access Smart Cards
ISC License
170 stars 125 forks source link

Update example (remove Buffer deprecation warning) #93

Open nlko opened 3 years ago

nlko commented 3 years ago

To remove this deprecation warning (DeprecationWarning: Buffer() is deprecated due to security and usability issues. Please use the Buffer.alloc(), Buffer.allocUnsafe(), or Buffer.from() methods instead.) of the example, I replaced new Buffer(…) with Buffer.from(…).