You're Invited:Meet the Socket Team at RSAC and BSidesSF 2026, March 23–26.RSVP
Socket
Book a DemoSign in
Socket

sslog

Package Overview
Dependencies
Maintainers
1
Versions
4
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

sslog - npm Package Compare versions

Comparing version
0.1.2
to
0.1.3
+4
-3
log.js

@@ -51,3 +51,4 @@ var util = require('util')

var args = Array.prototype.slice.call(arguments, 1)
, date = new Date().toISOString().replace('T', ' ').replace('Z', '');
, date = new Date().toISOString().replace('T', ' ').replace('Z', '')
, self = this;
msg = util.format.apply(util, args);

@@ -66,3 +67,3 @@ if (!disable_colours) {

);
log.write(msg);
self.write(msg);
});

@@ -91,3 +92,3 @@ };

var args = [type].concat(Array.prototype.slice.call(arguments));
log.output.apply(this, args);
this.output.apply(this, args);
};

@@ -94,0 +95,0 @@ });

{
"name": "sslog",
"version": "0.1.2",
"version": "0.1.3",
"description": "A simple logger",

@@ -5,0 +5,0 @@ "main": "log.js",