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 4.3.1 to 4.3.2

2

lib/MagicPen.js

@@ -27,3 +27,3 @@ /*global window*/

if (typeof window !== 'undefined' && typeof window.navigator !== 'undefined') {
if (window.mochaPhantomJS) {
if (window.mochaPhantomJS || (window.__karma__ && window.__karma__.config.captureConsole)) {
MagicPen.defaultFormat = 'ansi'; // colored console

@@ -30,0 +30,0 @@ } else {

@@ -333,3 +333,3 @@ /*!

if (typeof window !== 'undefined' && typeof window.navigator !== 'undefined') {
if (window.mochaPhantomJS) {
if (window.mochaPhantomJS || (window.__karma__ && window.__karma__.config.captureConsole)) {
MagicPen.defaultFormat = 'ansi'; // colored console

@@ -336,0 +336,0 @@ } else {

{
"name": "magicpen",
"version": "4.3.1",
"version": "4.3.2",
"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