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

ace-log

Package Overview
Dependencies
Maintainers
1
Versions
6
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

ace-log - npm Package Compare versions

Comparing version

to
0.9.6

4

lib/file-rotate.js

@@ -125,6 +125,6 @@ var events = require('events'),

if(this.additionalInfo && this.additionalInfo != '') {
output = '[' + dateFormat(new Date(), "yyyy-mm-dd HH:MM:ss") + ']' + ' [' + this.additionalInfo + ']' + ' [' + level.toUpperCase() + '] ' + msg + '\n';
output = '[' + dateFormat(new Date(), "yyyy-mm-dd HH:MM:ss") + ']' + '[' + this.additionalInfo + ']' + '[' + level.toUpperCase() + '] ' + msg + '\n';
}
else {
output = '[' + dateFormat(new Date(), "yyyy-mm-dd HH:MM:ss") + ']' + ' [' + level.toUpperCase() + '] ' + msg + '\n';
output = '[' + dateFormat(new Date(), "yyyy-mm-dd HH:MM:ss") + ']' + '[' + level.toUpperCase() + ']' + msg + '\n';
}

@@ -131,0 +131,0 @@

{
"name": "ace-log",
"version": "0.9.5",
"version": "0.9.6",
"description": "nodejs log for ace",

@@ -16,3 +16,5 @@ "main": "index.js",

],
"author": "chylvina",
"author": {
"name": "chylvina"
},
"license": "Apache",

@@ -35,3 +37,11 @@ "bugs": {

"test": "vows --spec --isolate"
}
},
"readme": "ace-log\n=======\n\nnode log for ace\n",
"readmeFilename": "README.md",
"_id": "ace-log@0.9.5",
"_from": "ace-log@0.9.5",
"dist": {
"shasum": "8ed08d88714113262e4901ce4d129020709d05ce"
},
"_resolved": "https://registry.npmjs.org/ace-log/-/ace-log-0.9.5.tgz"
}