@risingstack/continuation-local-storage
Advanced tools
Comparing version 1.0.3 to 1.0.4
@@ -15,3 +15,3 @@ 'use strict'; | ||
// load polyfill if native support is unavailable | ||
if (!process.addAsyncListener) require('@risingstack/async-listener'); | ||
if (!process.addAsyncListener) require('async-listener'); | ||
@@ -18,0 +18,0 @@ function Namespace(name) { |
{ | ||
"name": "@risingstack/continuation-local-storage", | ||
"version": "1.0.3", | ||
"version": "1.0.4", | ||
"description": "userland implementation of https://github.com/joyent/node/issues/5243", | ||
@@ -5,0 +5,0 @@ "main": "context.js", |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
99853