You're Invited:Meet the Socket Team at BlackHat and DEF CON in Las Vegas, Aug 4-6.RSVP
Socket
Book a DemoInstallSign in
Socket

dbug

Package Overview
Dependencies
Maintainers
1
Versions
12
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

dbug - npm Package Compare versions

Comparing version

to
0.3.1

17

index.js

@@ -146,8 +146,13 @@ /* This Source Code Form is subject to the terms of the Mozilla Public

module.exports = function dbug(name) {
return dbugger(name);
};
if (global.__dbug__1) {
module.exports = global.__dbug__1;
} else {
module.exports = function dbug(name) {
return dbugger(name);
};
// woah. this is a private API. don't rely on it. i can blow it up
// any time. kablamo!
module.exports.__log = log;
// woah. this is a private API. don't rely on it. i can blow it up
// any time. kablamo!
module.exports.__log = log;
global.__dbug__1 = module.exports;
}
{
"name": "dbug",
"version": "0.3.0",
"version": "0.3.1",
"description": "debug improvements",

@@ -5,0 +5,0 @@ "scripts": {