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.4.1 to 0.4.2

2

index.js

@@ -245,3 +245,3 @@ /* This Source Code Form is subject to the terms of the Mozilla Public

if (global.__dbug__) {
if (decimalVersion(dbug) > decimalVersion(global.__dbug__)) {
if (decimalVersion(dbug.version) > decimalVersion(global.__dbug__.version)) {
dbuggers = global.__dbug__.__dbuggers;

@@ -248,0 +248,0 @@ for (var k in dbuggers) {

{
"name": "dbug",
"version": "0.4.1",
"version": "0.4.2",
"description": "debug improvements",

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

@@ -0,0 +0,0 @@ # dbug

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