Socket
Socket
Sign inDemoInstall

dbug

Package Overview
Dependencies
0
Maintainers
1
Versions
12
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 0.3.0 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": {

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