UNPKG

@mondaydotcomorg/node-execution-context

Version:

Persistent execution context allowing you to get/set the context anywhere implemented using async hooks. Can be used to create request level execution context, a stack trace that persists through async resources, or anything else you need to survive the e

38 lines (37 loc) 1.04 kB
{ "name": "@mondaydotcomorg/node-execution-context", "version": "1.0.4", "description": "Persistent execution context allowing you to get/set the context anywhere implemented using async hooks. Can be used to create request level execution context, a stack trace that persists through async resources, or anything else you need to survive the event loop. ", "main": "index.js", "scripts": { "test": "jest" }, "repository": { "type": "git", "url": "git+https://github.com/mondaycom/node-execution-context.git" }, "keywords": [ "node", "execution", "context", "http", "request", "request-scoped", "async-hooks", "async", "context", "persistent" ], "author": "Shanee Radzewsky", "license": "MIT", "bugs": { "url": "https://github.com/mondaycom/node-execution-context/issues" }, "homepage": "https://github.com/mondaycom/node-execution-context#readme", "dependencies": { "async_hooks": "^1.0.0" }, "devDependencies": { "jest": "^25.1.0" } }