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.5.0 to 1.5.1

2

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

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

@@ -61,9 +61,5 @@ ## debugutil

```javascript
fs.appendFile('./logs/logFile.log', '\n' + info + '\n', (debugSuccess) => {
fs.appendFile('./logs/logFile.log', function () {
console.log('Data was appended to file!');
});
```
and
```javascript
fs.appendFile('./logs/logFile.log', '\n' + info + '\n', (debugError) => {
});
```

@@ -70,0 +66,0 @@

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