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

node-execution-context

Package Overview
Dependencies
Maintainers
1
Versions
30
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

node-execution-context - npm Package Versions

23

3.1.0

Diff
p
pdedg
published 3.1.0 •

Changelog

Source

3.1.0 (February 12, 2021)

  • Add Context.exists API to validate context presence before accessing it.
p
pdedg
published 3.0.2 •

Changelog

Source

3.0.2 (February 12, 2021)

  • Add update API for ease usage in case context is a plain object.
p
pdedg
published 1.1.8 •
p
pdedg
published 3.0.1 •

Changelog

Source

3.0.1 (February 12, 2021)

  • Better types.d.
p
pdedg
published 3.0.0 •

Changelog

Source

3.0.0 (January 03, 2021)

  • Introduces AsyncLocaleStorage based implementation for node 12.7.0 and above.
  • AsyncHooksContext domains are now created by default under the hood and no longer require consumers to supply a name.
  • update API changed to set.
  • create API no longer treatscontext as JS objects.
p
pdedg
published 3.0.0-beta.1 •
p
pdedg
published 3.0.0-beta.0 •
p
pdedg
published 2.0.8 •

Changelog

Source

2.0.8 (December 20, 2020)

  • Better reporting, safe child getters.
p
pdedg
published 2.0.7 •

Changelog

Source

2.0.7 (December 20, 2020)

  • Preferring setImmediate over nextTick.
p
pdedg
published 2.0.6 •

Changelog

Source

2.0.6 (December 2, 2020)

  • Better types definition for get.