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

123

2.1.1

Diff

Changelog

Source

v2.1.1 (2013-09-03):

  • Clean up minor typo in docs.
othiym23
published 2.1.0 •

Changelog

Source

v2.1.0 (2013-09-03):

  • Incorporate documentation from failed CLS PR.
  • namespace.bind() now also always exits the domain, even on error.
  • Namespaces can be destroyed.
  • cls.reset() allows tests to nuke all existing namespaces (use with care obviously).
othiym23
published 2.0.0 •

Changelog

Source

v2.0.0 (2013-09-01):

  • Use async-listener polyfill instead of cls-glue.
  • Incorporate tests from cls-glue.
othiym23
published 1.1.1 •

Changelog

Source

v1.1.1 (2013-09-01):

  • Namespace exits context even on error.
othiym23
published 1.1.0 •

Changelog

Source

v1.1.0 (2013-07-30):

  • Split createContext so it's part of the namespace API.
  • Tweak error message to be more informative.
othiym23
published 1.0.1 •

Changelog

Source

v1.0.1 (2013-07-25):

  • Correct Tim's email address.
othiym23
published 1.0.0 •

Changelog

Source

v1.0.0 (2013-07-25):

  • Each application of CLS is allocated its own "namespace", which bind data to continuation chains, either using .run() or .bind() to create a new nested context. These nested contexts are prototype chains that point back to a "default" / "global" context, with the default context for each namespace being a prototype-free "data bag" created with Object.create(null).
othiym23
published 0.1.1 •

Changelog

Source

v0.1.1 (2013-05-03):

  • Document progress thus far.
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