when i use nodejs v7.0.0 and use this package and i use session store
i get the error:
DeprecationWarning: Using Buffer without new will soon stop working. Use new Buffer(), or preferably Buffer.from(), Buffer.allocUnsafe() or Buffer.alloc() instead.
how fix ??