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

log4javascript

Package Overview
Dependencies
Maintainers
1
Versions
4
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

log4javascript - npm Package Compare versions

Comparing version 1.4.15 to 1.4.16

log4javascript-1.4.16.tgz

8

log4javascript.d.ts

@@ -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 @@

4

package.json
{
"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

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