🚀 Big News: Socket Acquires Coana to Bring Reachability Analysis to Every Appsec Team.Learn more
Socket
DemoInstallSign in
Socket

bug-killer

Package Overview
Dependencies
Maintainers
1
Versions
20
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

bug-killer - npm Package Compare versions

Comparing version

to
4.3.0

8

lib/index.js

@@ -74,3 +74,11 @@ "use strict";

value: function log(message, type) {
var _this = this;
if (Array.isArray(message)) {
message.forEach(function (c) {
_this.log(c, type);
});
return BugKiller;
}
var logMessage = "";

@@ -77,0 +85,0 @@

2

package.json
{
"name": "bug-killer",
"version": "4.2.6",
"version": "4.3.0",
"description": "Simple way to log messages in stdout or other stream.",

@@ -5,0 +5,0 @@ "main": "lib/index.js",