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

@log4js2/core

Package Overview
Dependencies
Maintainers
1
Versions
14
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@log4js2/core - npm Package Compare versions

Comparing version 2.0.6 to 2.0.7

2

dist/appender/appender.wrapper.js

@@ -7,3 +7,3 @@ Object.defineProperty(exports, "__esModule", { value: true });

this._config = _config;
this._appender = new appender(_config);
this._appender = new appender(_config.config);
this._isPassThrough = (!_config || !_config.filters || _config.filters.length === 0);

@@ -10,0 +10,0 @@ if (!this._isPassThrough) {

{
"name": "@log4js2/core",
"version": "2.0.6",
"version": "2.0.7",
"scripts": {

@@ -5,0 +5,0 @@ "build": "tsc",

@@ -6,7 +6,7 @@ # log4js2

[![Build Status](https://travis-ci.org/anigenero/log4js2.svg?branch=master)](https://travis-ci.org/anigenero/log4js2)
[![codecov](https://codecov.io/gh/anigenero/log4js2/branch/master/graph/badge.svg)](https://codecov.io/gh/anigenero/log4js2)
[![dependencies](https://david-dm.org/anigenero/log4js2.svg)](https://david-dm.org/anigenero/log4js2.svg)
[![Build Status](https://travis-ci.org/log4js2/log4js2-core.svg?branch=master)](https://travis-ci.org/log4js2/log4js2-core)
[![codecov](https://codecov.io/gh/log4js2/log4js2-core/branch/master/graph/badge.svg)](https://codecov.io/gh/log4js2/log4js2-core)
[![dependencies](https://david-dm.org/log4js2/log4js2-core.svg)](https://david-dm.org/log4js2/log4js2-core.svg)
- [Read the Docs](https://anigenero.github.io/log4js2/)
- [Read the Docs](https://log4js2.github.io/log4js2-core/)

@@ -91,2 +91,2 @@ ## Installing & Building

[![paypal](https://www.paypalobjects.com/en_US/i/btn/btn_donateCC_LG.gif)](https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=SLT7SZ2XFNEUQ)
[![paypal](https://www.paypalobjects.com/en_US/i/btn/btn_donateCC_LG.gif)](https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=SLT7SZ2XFNEUQ)
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