Comparing version 6.0.1 to 6.0.2
@@ -46,3 +46,3 @@ /*global window*/ | ||
if (typeof exports === 'object' && typeof exports.nodeName !== 'string' && require('supports-color').stdout) { | ||
if (typeof exports === 'object' && typeof exports.nodeName !== 'string' && require('./supportsColor').stdout) { | ||
MagicPen.defaultFormat = 'ansi'; // colored console | ||
@@ -49,0 +49,0 @@ } else if (typeof window !== 'undefined' && typeof window.navigator !== 'undefined') { |
{ | ||
"name": "magicpen", | ||
"version": "6.0.1", | ||
"version": "6.0.2", | ||
"description": "Styled output in both consoles and browsers", | ||
@@ -35,6 +35,5 @@ "main": "./lib/MagicPen.js", | ||
"ansi-styles": "2.0.0", | ||
"color-diff": "0.1.7", | ||
"supports-color": "6.1.0" | ||
"color-diff": "0.1.7" | ||
}, | ||
"license": "MIT" | ||
} |
Sorry, the diff of this file is too big to display
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
138834
2
19
3039
5
- Removedsupports-color@6.1.0
- Removedhas-flag@3.0.0(transitive)
- Removedsupports-color@6.1.0(transitive)