Research
Security News
Malicious npm Package Targets Solana Developers and Hijacks Funds
A malicious npm package targets Solana developers, rerouting funds in 2% of transactions to a hardcoded address.
debug-callback
Advanced tools
Debug output outstanding callbacks, results, errors, and call times.
debug-callback outputs outstanding callbacks, results, errors, and call times and makes state dumps showing all callbacks that have not yet been called.
var q = require('q');
var debug = require('debug-callback')('test-logger');
var cb = debug(function () {
}, 'arbitrary cb name for logging');
// sometime in the future call that callback
setTimeout(cb, 10000);
debug-callback:test-logger
--- OUTSTANDING CALLBACKS ---
arbitrary callback label 1 0 seconds
----------------------------
+0ms
debug-callback:test-logger
--- OUTSTANDING CALLBACKS ---
arbitrary callback label 1 0.001 seconds
arbitrary callback label 2 0.001 seconds
----------------------------
+1ms
debug-callback:test-logger
--- OUTSTANDING CALLBACKS ---
arbitrary callback label 1 0.002 seconds
arbitrary callback label 2 0.001 seconds
arbitrary callback label 3 0 seconds
----------------------------
+0ms
debug-callback:test-logger
--- OUTSTANDING CALLBACKS ---
arbitrary callback label 1 0.003 seconds
arbitrary callback label 2 0.002 seconds
arbitrary callback label 3 0.001 seconds
arbitrary callback label 4 0 seconds
----------------------------
+1ms
debug-callback:test-logger
--- OUTSTANDING CALLBACKS ---
arbitrary callback label 1 0.003 seconds
arbitrary callback label 2 0.002 seconds
arbitrary callback label 3 0.001 seconds
arbitrary callback label 4 0 seconds
circular result 0 seconds
----------------------------
+0ms
debug-callback:test-logger success ('{ circle: [Circular] }'): circular result 0 seconds
+1ms
debug-callback:test-logger
--- OUTSTANDING CALLBACKS ---
arbitrary callback label 1 0.004 seconds
arbitrary callback label 2 0.003 seconds
arbitrary callback label 3 0.002 seconds
arbitrary callback label 4 0.001 seconds
----------------------------
+0ms
debug-callback:test-logger success ('undefined'): arbitrary callback label 1 1.007 seconds
+1s
debug-callback:test-logger
--- OUTSTANDING CALLBACKS ---
arbitrary callback label 2 1.007 seconds
arbitrary callback label 3 1.006 seconds
arbitrary callback label 4 1.005 seconds
----------------------------
+1ms
debug-callback:test-logger success ('undefined'): arbitrary callback label 2 2.005 seconds
+998ms
debug-callback:test-logger
--- OUTSTANDING CALLBACKS ---
arbitrary callback label 3 2.005 seconds
arbitrary callback label 4 2.004 seconds
----------------------------
+1ms
debug-callback:test-logger failure ('[Error: intentional error]'): arbitrary callback label 3 3.002 seconds
+998ms
debug-callback:test-logger
--- OUTSTANDING CALLBACKS ---
arbitrary callback label 4 3.002 seconds
----------------------------
+0ms
debug-callback:test-logger success ('<Buffer 61 73 64 66>'): arbitrary callback label 4 4.001 seconds
+999ms
debug-callback:test-logger
--- OUTSTANDING CALLBACKS ---
----------------------------
+0ms
✓ is an empty test (5020ms)
debug-callback:test-logger
--- OUTSTANDING CALLBACKS ---
arbitrary callback label 1 0 seconds
----------------------------
+1s
debug-callback:test-logger success ('\'string\''): arbitrary callback label 1 0 seconds
+0ms
debug-callback:test-logger
--- OUTSTANDING CALLBACKS ---
----------------------------
+0ms
FAQs
Debug output outstanding callbacks, results, errors, and call times.
The npm package debug-callback receives a total of 0 weekly downloads. As such, debug-callback popularity was classified as not popular.
We found that debug-callback demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Research
Security News
A malicious npm package targets Solana developers, rerouting funds in 2% of transactions to a hardcoded address.
Security News
Research
Socket researchers have discovered malicious npm packages targeting crypto developers, stealing credentials and wallet data using spyware delivered through typosquats of popular cryptographic libraries.
Security News
Socket's package search now displays weekly downloads for npm packages, helping developers quickly assess popularity and make more informed decisions.