log4javascript
Advanced tools
Comparing version 1.4.15 to 1.4.16
@@ -131,3 +131,3 @@ // Type definitions for log4javascript v1.4.13 | ||
getEffectiveAppenders(): Appender[]; | ||
/** | ||
@@ -1042,2 +1042,8 @@ * Sets the level. Log messages of a lower level than level will not be logged. Default value is DEBUG. | ||
isReadable(): boolean; | ||
/** | ||
* Returns whether or not to format multiple log messages as a combined single message property composed of each individual | ||
* message separated by line breaks or to format multiple messages as an array. If not specified, defaults to true. | ||
*/ | ||
isCombinedMessages(): boolean; | ||
} | ||
@@ -1044,0 +1050,0 @@ |
{ | ||
"name": "log4javascript", | ||
"title": "log4javascript", | ||
"version": "1.4.15", | ||
"version": "1.4.16", | ||
"author": { | ||
@@ -23,2 +23,2 @@ "name": "Tim Down", | ||
"typings": "log4javascript.d.ts" | ||
} | ||
} |
@@ -1,9 +0,18 @@ | ||
log4javascript | ||
============== | ||
# log4javascript | ||
http://log4javascript.org | ||
<http://log4javascript.org> | ||
It contains the log4javascript lib prepared to be used with npm. | ||
Unfortunately, the npm package 1.4.15 still contains log4javascript 1.4.13. | ||
It was necessary to increase the version since the new package contains also TypeScript definitions. | ||
Unfortunately, the npm package 1.4.16 still contains log4javascript 1.4.13. | ||
It was necessary to increase the version since the new package contains also TypeScript definitions. | ||
## Changes | ||
1.4.16 (6-Dec-2020) | ||
- improve typescript definitions | ||
1.4.15 (13-May-2016) | ||
- add typescript definitions |
@@ -0,0 +0,0 @@ // Next three methods are primarily for IE5, which is missing them |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
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
Native code
Supply chain riskContains native code (e.g., compiled binaries or shared libraries). Including native code can obscure malicious behavior.
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
1874967
19163
19
1