@restroom-mw/logger
Advanced tools
Comparing version 0.13.1-01c588e.79 to 0.13.1-18d61c6.81
@@ -45,3 +45,3 @@ "use strict"; | ||
for (const [sentence, where] of params) { | ||
addLog([input[sentence] || sentence], where); | ||
addLog([result[sentence] || input[sentence] || sentence], where); | ||
} | ||
@@ -56,3 +56,3 @@ } | ||
} | ||
addLog([input[sentence] || sentence], logPath); | ||
addLog([result[sentence] || input[sentence] || sentence], logPath); | ||
} | ||
@@ -59,0 +59,0 @@ } |
{ | ||
"name": "@restroom-mw/logger", | ||
"version": "0.13.1-01c588e.79+01c588e", | ||
"version": "0.13.1-18d61c6.81+18d61c6", | ||
"description": "Utilities middleware to work with files for Restroom", | ||
@@ -36,3 +36,3 @@ "author": "Alberto Lerda <alberto@dyne.org>", | ||
}, | ||
"gitHead": "01c588e01a51bba105b5076be7f7d007b266cd59" | ||
"gitHead": "18d61c65ec415d0b08b60a30a83406d7b015dc7f" | ||
} |
@@ -41,3 +41,3 @@ import {Restroom} from "@restroom-mw/core"; | ||
for(const [ sentence, where ] of params) { | ||
addLog([ input[sentence] || sentence ], where); | ||
addLog([ result[sentence] || input[sentence] || sentence ], where); | ||
} | ||
@@ -53,3 +53,3 @@ } | ||
} | ||
addLog([ input[sentence] || sentence ], logPath); | ||
addLog([ result[sentence] || input[sentence] || sentence ], logPath); | ||
} | ||
@@ -56,0 +56,0 @@ } |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
Manifest confusion
Supply chain riskThis package has inconsistent metadata. This could be malicious or caused by an error when publishing the package.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
Manifest confusion
Supply chain riskThis package has inconsistent metadata. This could be malicious or caused by an error when publishing the package.
Found 1 instance in 1 package
43101