asynctrace
Advanced tools
Comparing version 1.2.5 to 1.2.6
@@ -32,8 +32,9 @@ 'use strict'; | ||
tracing.addAsyncListener({ | ||
'create': asyncFunctionInitialized, | ||
'before': asyncCallbackBefore, | ||
'error': asyncCallbackError, | ||
'after': asyncCallbackAfter | ||
}); | ||
if (!process.env.NOASYNCTRACE) | ||
tracing.addAsyncListener({ | ||
'create': asyncFunctionInitialized, | ||
'before': asyncCallbackBefore, | ||
'error': asyncCallbackError, | ||
'after': asyncCallbackAfter | ||
}); | ||
@@ -40,0 +41,0 @@ |
@@ -50,3 +50,3 @@ { | ||
}, | ||
"version": "1.2.5" | ||
"version": "1.2.6" | ||
} |
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
Environment variable access
Supply chain riskPackage accesses environment variables, which may be a sign of credential stuffing or data theft.
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
100881
2655
10