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 6.0.1 to 6.0.2

lib/supportsColor.js

2

lib/MagicPen.js

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

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