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

124

2.4.1

Diff

Changelog

Source

v2.4.1 (2013-10-12):

  • async-listener error listeners have gotten lots of tweaks. Update to newest API.
  • Only exit namespace context on error if a continuation chain is active.
othiym23
published 2.4.0 •

Changelog

Source

v2.4.0 (2013-10-11):

  • async-listener now supports error listeners. Update to newest API.
  • Namespace context should be exited on asynchronous errors.
othiym23
published 2.3.4 •

Changelog

Source

v2.3.4 (2013-10-03):

  • When EEs are in the middle of emitting, make sure that calls to emitter.removeListener are testing against non-monkeypatched versions of the event handlers (necessary so certain Connect middleware functions, such as connect.limit, run correctly).
othiym23
published 2.3.3 •

Changelog

Source

v2.3.3 (2013-10-02):

  • Ensure handler rebinding gets called even in case of errors.
  • Be consistent about making sure contexts are kept in a sane state when errors are thrown in EEs.
othiym23
published 2.3.2 •

Changelog

Source

v2.3.2 (2013-10-02):

  • Guard on / addListener remonkeypatching in namespace.bindEmitter() so that shimmer is only called to rebind if the monkeypatched versions have actually been replaced.
  • Don't try to call emit if there are no listeners on a bound EE.
  • Don't use setImmediate in tests, because it's not available in Node 0.8.x.
othiym23
published 2.3.1 •

Changelog

Source

v2.3.1 (2013-10-01):

  • Update to newest version of async-listener.
  • Fix typo.
othiym23
published 2.3.0 •

Changelog

Source

v2.3.0 (2013-09-30):

  • EventEmitters can now be bound to CLS namespaces. Because EEs act as coupling points between asynchronous domains, it's necessary for the EE binding to capture the CLS context both when the listener is added, and when a matching handler is firing because of a matching event being emitted.
othiym23
published 2.2.1 •

Changelog

Source

v2.2.1 (2013-09-30):

  • More tweaks to conform with asyncListener API changes.
  • Many more test cases to ensure asyncListener stuff is working with Node 0.8.x.
othiym23
published 2.2.0 •

Changelog

Source

v2.2.0 (2013-09-26):

  • Square up with latest async-listener / node PR #6011 changes.
othiym23
published 2.1.2 •

Changelog

Source

v2.1.2 (2013-09-09):

  • Document namespace.createContext().
  • Fix issue where a value was always being returned from namespace.run(), even on error.
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