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 Versions

13

1.2.3

Diff
s
skonves
published 1.2.3 •

Changelog

Source

1.2.3 (2019-07-12)

Security:

  • Update dependencies to address known CVEs
s
skonves
published 1.2.2 •

Changelog

Source

1.2.2 (2019-04-27)

Fix:

  • Move cls-hooked and @types/express to dependencies (from dev dependencies)
s
skonves
published 1.2.1 •

Changelog

Source

1.2.1 (2019-03-25)

Security:

  • Update dependencies to address known CVEs

Fix:

  • Correctly disallows certain versions of Node 10
s
skonves
published 1.2.0 •

Changelog

Source

1.2.0 (2018-10-23)

Features:

  • Add a browser-safe API (that does nothing)
  • Reduce bundle size by ignoring unnecessary files
s
skonves
published 1.1.0 •

Changelog

Source

1.1.0 (2018-09-16)

Features:

  • Expose the continuation namespace. This may be useful if you want to apply some patch to it.
  • Add cls-hooked and @types/express as dev dependencies

Docs:

  • Add contributing guidelines
s
skonves
published 1.0.4 •

Changelog

Source

1.0.4 (2018-07-25)

Docs:

  • Updated instructions to use middleware as late as possible, to overcome problems of context getting lost in various 3rd party middlewares.
s
skonves
published 1.0.3 •

Changelog

Source

1.0.3 (2018-06-06)

Features:

  • Disallow Node 10.0.x - 10.3.x. V8 version 6.6 introduced a bug breaks async_hooks during async/await. Node 10.4.x uses V8 v6.7 in which the bug is fixed. See: https://github.com/nodejs/node/issues/20274
  • Remove bluebird as a dev dependency
s
skonves
published 1.0.2 •

Changelog

Source

1.0.2 (2018-05-21)

Security:

  • Improve build process
s
skonves
published 1.0.1 •

Changelog

Source

1.0.1 (2018-05-16)

Features:

  • Add Typescript typings
s
skonves
published 1.0.0 •

Changelog

Source

1.0.0 (2018-02-15)

Migration notes:

  • 🎉 The get, set, and middleware methods are unchanged. Applications consuming only these method can upgrade to v1 without any issue.
  • ⚠️ Consumers of ns (namespace) will need to also migrate cls-hooked (from continuation-local-storage). Applications that need to remain on continuation-local-storage cannot upgrade to v1.

Features:

  • Migrate internals to cls-hooked (from continuation-local-storage).
  • Adds support for async/await

Security:

  • Update dependencies to address known CVEs