Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

magicpen

Package Overview
Dependencies
Maintainers
2
Versions
93
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

magicpen - npm Package Compare versions

Comparing version 5.8.0 to 5.9.0

2

lib/MagicPen.js

@@ -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",

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc