mozilla / node-client-sessions

secure sessions stored in cookies
Mozilla Public License 2.0
759 stars 104 forks source link

Use Buffer.from, Buffer.alloc instead of deprecated constructor #137

Closed tschmittni closed 4 years ago

tschmittni commented 6 years ago

Simply remove all the usages of the deprecated buffer constructor. Using Buffer.from and Buffer.allow instead.

dragomir-enachi-ibm commented 4 years ago

Can we get this merged? Is maintainer still alive?

vladikoff commented 4 years ago

Thank you @tschmittni !