Sumeet Kakkar
Sumeet Kakkar
## Description Use `req.sessionStore` instead of directly using `store` object. This gives flexibility to inject additional parameters like `req` to `store.get` and `store.destroy` via custom traps using [JavaScript Proxy](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Proxy) without...
This is to fix security vulnerabilities in the bundled version of node-pre-gyp. Removed node-pre-gyp from bundledDependencies based on updated recommendation in https://github.com/mapbox/node-pre-gyp/#1-add-new-entries-to-your-packagejson ``` Note: in the past we recommended putting...