Socket
Socket
Sign inDemoInstall

diagnostics

Package Overview
Dependencies
8
Maintainers
1
Versions
13
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 0.0.3 to 0.0.4

.travis.yml

2

index.js

@@ -117,3 +117,3 @@ 'use strict';

var envy = env()
, variable = envy.debug || envy.diagnostics || '';
, variable = envy.diagnostics || envy.debug || '';

@@ -120,0 +120,0 @@ if (!variable) return false;

{
"name": "diagnostics",
"version": "0.0.3",
"version": "0.0.4",
"description": "Tools for debugging your node.js modules and event loop",

@@ -32,7 +32,7 @@ "main": "index.js",

"assume": "0.0.x",
"mocha": "1.19.x",
"mocha": "1.21.x",
"pre-commit": "0.0.x"
},
"dependencies": {
"color": "0.6.x",
"color": "0.7.x",
"colornames": "0.0.x",

@@ -39,0 +39,0 @@ "env-variable": "0.0.x",

# Diagnostics
[![Build Status](https://travis-ci.org/3rd-Eden/diagnostics.svg?branch=master)](https://travis-ci.org/3rd-Eden/diagnostics)
Diagnostics provides a set of tools that is designed to help you with debugging

@@ -66,3 +68,3 @@ your Node.js and front-end applications.

```js
var log = require('diagnostics', { stream: [
var log = require('diagnostics')('example', { stream: [
stream1,

@@ -69,0 +71,0 @@ stream2

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