Comparing version 5.8.0 to 5.9.0
@@ -37,3 +37,3 @@ /*global window*/ | ||
} else if (typeof window !== 'undefined' && typeof window.navigator !== 'undefined') { | ||
if (window.mochaPhantomJS || (window.__karma__ && window.__karma__.config.captureConsole)) { | ||
if (window._phantom || window.mochaPhantomJS || (window.__karma__ && window.__karma__.config.captureConsole)) { | ||
MagicPen.defaultFormat = 'ansi'; // colored console | ||
@@ -40,0 +40,0 @@ } else { |
@@ -377,3 +377,3 @@ /*! | ||
} else if (typeof window !== 'undefined' && typeof window.navigator !== 'undefined') { | ||
if (window.mochaPhantomJS || (window.__karma__ && window.__karma__.config.captureConsole)) { | ||
if (window._phantom || window.mochaPhantomJS || (window.__karma__ && window.__karma__.config.captureConsole)) { | ||
MagicPen.defaultFormat = 'ansi'; // colored console | ||
@@ -380,0 +380,0 @@ } else { |
{ | ||
"name": "magicpen", | ||
"version": "5.8.0", | ||
"version": "5.9.0", | ||
"description": "Styled output in both consoles and browsers", | ||
@@ -5,0 +5,0 @@ "main": "./lib/MagicPen.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
579758