Comparing version 0.9.0 to 0.9.1
@@ -195,3 +195,4 @@ 'use strict'; | ||
static get isDebugEnabled() { | ||
return process.env.DEBUG === 'emittery' || process.env.DEBUG === '*' || isGlobalDebugEnabled; | ||
const {env} = process || {env: {}}; | ||
return env.DEBUG === 'emittery' || env.DEBUG === '*' || isGlobalDebugEnabled; | ||
} | ||
@@ -198,0 +199,0 @@ |
{ | ||
"name": "emittery", | ||
"version": "0.9.0", | ||
"version": "0.9.1", | ||
"description": "Simple and modern async event emitter", | ||
@@ -5,0 +5,0 @@ "license": "MIT", |
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
43971
829