Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

continuation-local-storage

Package Overview
Dependencies
Maintainers
1
Versions
38
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

continuation-local-storage - npm Package Versions

134

3.0.0

Diff

Changelog

Source

v3.0.0 (2013-12-14):

  • Removed the notion of a "default" or "global" context per namespace. It only existed to create a simpler interface for developing and testing the module, and created the potential for nasty information disclosure bugs (see issue #14 for details). This is potentially a breaking change, if you're depending on the global context, so semver says we have to bump the major version.
  • Added this changelog.
othiym23
published 2.6.2 •

Changelog

Source

v2.6.2 (2013-12-07):

  • async-listener and emitter-listener dependency refresh.
othiym23
published 2.6.1 •

Changelog

Source

v2.6.1 (2013-11-29):

  • emitter-listener has been extracted from shimmer into a standalone module for namespace.bindEmitter().
othiym23
published 2.6.0 •

Changelog

Source

v2.6.0 (2013-11-27):

  • When an error is thrown in a CLS-bound continuation chain, attach the active context for the namespace to which the chain is bound. This is necessary because CLS and asyncListeners actually do too good a job of cleaning up after errors, and so they don't escape the continuation chain. New Relic needs the context so it can get the transaction active when the error happened for error tracing.
othiym23
published 2.5.2 •

Changelog

Source

v2.5.2 (2013-10-30):

  • async-listener dependency refresh for better support of node 0.8.0 - 0.8.3.
othiym23
published 2.5.1 •

Changelog

Source

v2.5.1 (2013-10-27):

  • async-listener dependency refresh.
othiym23
published 2.5.0 •

Changelog

Source

v2.5.0 (2013-10-27):

  • Relax the requirement that CLS contexts be pushed and popped from a stack, instead treating them as a set. This allows context interleaving (i.e. using the lower-level namespace.enter() and namespace.exit() API without any strict ordering dependencies). Everything works, but this still makes me a little uneasy.
  • EEs can now be bound to multiple namespaces, although this is likely to be slow.
othiym23
published 2.4.4 •

Changelog

Source

v2.4.4 (2013-10-27):

  • Even if you use an EE bound to a namespace outside a continuation chain, it shouldn't explode.
othiym23
published 2.4.3 •

Changelog

Source

v2.4.3 (2013-10-16):

  • async-listener dependency refresh.
othiym23
published 2.4.2 •

Changelog

Source

v2.4.2 (2013-10-13):

  • More tweaks for async-listener error handlers (just a dependency refresh).
SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc