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

debugutil

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

debugutil - npm Package Compare versions

Comparing version 1.3.1 to 1.3.2

2

package.json
{
"name": "debugutil",
"version": "1.3.1",
"version": "1.3.2",
"description": "Debug Utility Tool with Logging",

@@ -5,0 +5,0 @@ "main": "src/debug.js",

@@ -12,3 +12,3 @@ // Debug Utility with Logging by Melony Smith

// success
// for success...
debugSuccess (info) => {

@@ -22,3 +22,3 @@ if (process.env.DEBUG) {

// error
// for error...
debugError (info) => {

@@ -25,0 +25,0 @@ if (process.env.DEBUG) {

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