You're Invited:Meet the Socket Team at BlackHat and DEF CON in Las Vegas, Aug 4-6.RSVP
Socket
Book a DemoInstallSign in
Socket

express-http-context

Package Overview
Dependencies
Maintainers
1
Versions
26
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

express-http-context - npm Package Compare versions

Comparing version

to
1.2.4

6

browser.js
module.exports = {
middleware: (req, res, next) => {
middleware: function (req, res, next) {
throw new Error('`middleware` cannot be called from the browser code.');
},
get: (key) => {
get: function () {
return null;
},
set: (key, value) => {
set: function (key, value) {
// noop

@@ -10,0 +10,0 @@ },

{
"name": "express-http-context",
"version": "1.2.3",
"version": "1.2.4",
"description": "Get and set request-scoped context anywhere",

@@ -5,0 +5,0 @@ "main": "index.js",