Comparing version 0.9.1 to 0.9.2
@@ -195,2 +195,6 @@ 'use strict'; | ||
static get isDebugEnabled() { | ||
if (typeof process !== 'object') { | ||
return isGlobalDebugEnabled; | ||
} | ||
const {env} = process || {env: {}}; | ||
@@ -197,0 +201,0 @@ return env.DEBUG === 'emittery' || env.DEBUG === '*' || isGlobalDebugEnabled; |
{ | ||
"name": "emittery", | ||
"version": "0.9.1", | ||
"version": "0.9.2", | ||
"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
44045
832