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

debuggo

Package Overview
Dependencies
Maintainers
1
Versions
11
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

debuggo - npm Package Compare versions

Comparing version 1.1.3 to 1.1.4

9

dist/index.js

@@ -13,4 +13,6 @@ "use strict";

};
wrappedDebugger.enabled = origDebugger.enabled;
wrappedDebugger.namespace = origDebugger.namespace;
['namespace', 'enabled', 'userColors', 'color'].forEach(i => {
wrappedDebugger[i] = origDebugger[i];
});
wrappedDebugger['destroy'] = () => origDebugger['destroy']();
Object.defineProperty(wrappedDebugger, 'log', {

@@ -48,2 +50,5 @@ get: () => origDebugger.log,

out = createLogger(ns, context);
for (let i in out) {
out[i].destroy(); // this is to avoid caching forever in debug.instances
}
}

@@ -50,0 +55,0 @@ else {

{
"name": "debuggo",
"version": "1.1.3",
"version": "1.1.4",
"description": "General purpose debug library based on visionmedia/debug",

@@ -5,0 +5,0 @@ "main": "dist/index.js",

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