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

log-to-file

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

log-to-file - npm Package Compare versions

Comparing version

to
3.0.2

{
"name": "log-to-file",
"version": "3.0.1",
"version": "3.0.2",
"description": "Log text to file (with timestamp)",

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

@@ -27,3 +27,4 @@ # log-to-file

// Save log to custom log file "my-log.log" with delimiter "\r\n" (default delimiter "\n").
// Save log to custom log file "my-log.log" with delimiter "\r\n" (default
// delimiter "\n").
log('Another data', 'my-log.log', '\r\n');

@@ -30,0 +31,0 @@ ```