New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.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.0 to 1.3.1

2

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

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

## debugutil
A debug utility tool with logging created for my Deployment of Web Applications class at Full Sail University
A debug utility tool with logging created for Deployment of Web Applications class at Full Sail University
## installation
In Terminal, run the following command:
```javascript
npm install debugutil
```
## logging
To enable logging you must start your server using the following:
```javascript
DEBUG=true
```
To disable logging you must start your server using the following:
```javascript
DEBUG=false
```
## other
You can change the display color of messages in src/debug.js via [cli-color](https://www.npmjs.com/package/cli-color).

@@ -1,2 +0,2 @@

// UDebug Utility with Logging by Melony Smith
// Debug Utility with Logging by Melony Smith

@@ -3,0 +3,0 @@ // dependencies

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