Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

debug-callback

Package Overview
Dependencies
Maintainers
1
Versions
15
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

debug-callback - npm Package Compare versions

Comparing version 0.2.1 to 0.2.2

5

index.js
'use strict';
var util = require('util');
var forEach = require('lodash.foreach');

@@ -42,3 +43,5 @@

var duration = (Date.now() - callbackTimes[key].time) / 1000;
debug('success (%o): %s\t\t%d seconds\n', res, msg, duration);
debug('success (%s): %s\t\t%d seconds\n', util.inspect(res, {
depth: 1
}), msg, duration);
};

@@ -45,0 +48,0 @@ var fail = function (err) {

2

package.json
{
"name": "debug-callback",
"version": "0.2.1",
"version": "0.2.2",
"description": "Debug output outstanding callbacks, results, errors, and call times.",

@@ -5,0 +5,0 @@ "author": "Porch Hackers <hackers@porch.com>",

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