Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

futurosenso-log

Package Overview
Dependencies
Maintainers
1
Versions
19
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

futurosenso-log - npm Package Compare versions

Comparing version 1.2.0 to 1.2.1

6

log.js

@@ -8,3 +8,3 @@ const fs = require('fs');

var startDate = new Date();
const logDir = "./logs";
var logDir = "./logs";

@@ -69,2 +69,6 @@ function deleteCurrentLogFile() {

exports.setLogDirectoryName = function(logDirectoryName) {
logDir = logDirectoryName;
}
exports.forkStdOut = function() {

@@ -71,0 +75,0 @@ console.log = function (d) {

2

package.json

@@ -5,3 +5,3 @@ {

"email": "dev@futurosenso.com",
"version": "1.2.0",
"version": "1.2.1",
"description": "Logging utility. You get a logger that adds a log to a file and to the console. A new file is created if the day has changed. The log files are organized in folders by year and month.",

@@ -8,0 +8,0 @@ "license": "ISC",

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