Socket
Socket
Sign inDemoInstall

debug

Package Overview
Dependencies
Maintainers
4
Versions
74
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

debug - npm Package Compare versions

Comparing version 3.0.0 to 3.0.1

5

CHANGELOG.md
3.0.1 / 2017-08-24
==================
* Fix: Disable colors in Edge and Internet Explorer (#489)
3.0.0 / 2017-08-08

@@ -3,0 +8,0 @@ ==================

2

component.json

@@ -5,3 +5,3 @@ {

"description": "small debugging utility",
"version": "3.0.0",
"version": "3.0.1",
"keywords": [

@@ -8,0 +8,0 @@ "debug",

{
"name": "debug",
"version": "3.0.0",
"version": "3.0.1",
"repository": {

@@ -5,0 +5,0 @@ "type": "git",

@@ -10,4 +10,2 @@ # debug

**Discussion around the V3 API is under way [here](https://github.com/visionmedia/debug/issues/370)**
## Installation

@@ -14,0 +12,0 @@

@@ -52,2 +52,7 @@ /**

// Internet Explorer and Edge do not support colors.
if (typeof navigator !== 'undefined' && navigator.userAgent && navigator.userAgent.toLowerCase().match(/(edge|trident)\/(\d+)/)) {
return false;
}
// is webkit? http://stackoverflow.com/a/16459606/376773

@@ -54,0 +59,0 @@ // document is undefined in react-native: https://github.com/facebook/react-native/pull/1632

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