Socket
Socket
Sign inDemoInstall

debug

Package Overview
Dependencies
1
Maintainers
1
Versions
72
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 2.4.1 to 2.4.2

.babelrc

4

browser.js

@@ -81,6 +81,6 @@ /**

if (!useColors) return args;
if (!useColors) return;
var c = 'color: ' + this.color;
args = [args[0], c, 'color: inherit'].concat(Array.prototype.slice.call(args, 1));
args.splice(1, 0, c, 'color: inherit')

@@ -87,0 +87,0 @@ // the final "%c" is somewhat tricky, because there could be other

2.4.2 / 2016-12-14
==================
* Fix: browser colors (#367, @tootallnate)
* Misc: travis ci integration (@thebigredgeek)
* Misc: added linting and testing boilerplate with sanity check (@thebigredgeek)
2.4.1 / 2016-12-13
==================
* Fixed a typo that broke the package (#356)
* Fix: typo that broke the package (#356)

@@ -7,0 +14,0 @@ 2.4.0 / 2016-12-13

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

"description": "small debugging utility",
"version": "2.4.1",
"version": "2.4.2",
"keywords": [

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

@@ -32,8 +32,2 @@

/**
* Previously assigned color.
*/
var prevColor = 0;
/**
* Previous log timestamp.

@@ -40,0 +34,0 @@ */

{
"name": "debug",
"version": "2.4.1",
"version": "2.4.2",
"repository": {

@@ -24,4 +24,14 @@ "type": "git",

"devDependencies": {
"babel": "^6.5.2",
"babel-eslint": "^7.1.1",
"babel-polyfill": "^6.20.0",
"babel-preset-es2015": "^6.18.0",
"babel-register": "^6.18.0",
"babel-runtime": "^6.20.0",
"browserify": "9.0.3",
"mocha": "*"
"chai": "^3.5.0",
"eslint": "^3.12.1",
"eslint-plugin-babel": "^4.0.0",
"mocha": "^3.2.0",
"sinon": "^1.17.6"
},

@@ -28,0 +38,0 @@ "main": "./index.js",

# debug
[![Build Status](https://travis-ci.org/visionmedia/debug.svg?branch=master)](https://travis-ci.org/visionmedia/debug)
tiny node.js debugging utility modelled after node core's debugging technique.
tiny node.js debugging utility modelled after node core's debugging technique.
## Installation

@@ -6,0 +8,0 @@

Sorry, the diff of this file is not supported yet

SocketSocket SOC 2 Logo

Product

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

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc