New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

log-debug

Package Overview
Dependencies
Maintainers
1
Versions
9
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

log-debug - npm Package Compare versions

Comparing version 1.0.0 to 1.0.1

5

index.js

@@ -57,7 +57,10 @@ var log = true;

o.push(arguments[key]);
if(arguments[key] instanceof Error){
o.push(arguments[key].stack)
}
}
return console.warn.apply(console, o);
return console.error.apply(console, o);
}
}
};

6

package.json
{
"name": "log-debug",
"version": "1.0.0",
"version": "1.0.1",
"description": "Logger like Angular.js for node",
"main": "index.js",
"scripts": {
},
"scripts": {},
"repository": {

@@ -10,0 +8,0 @@ "type": "git",

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