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

log4js

Package Overview
Dependencies
Maintainers
1
Versions
152
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

log4js - npm Package Compare versions

Comparing version 4.3.1 to 4.3.2

3

CHANGELOG.md
# log4js-node changelog
## 4.3.2
* [Types for enableCallStack](https://github.com/log4js-node/log4js-node/pull/897) - thanks [@citrusjunoss](https://github.com/citrusjunoss)
## 4.3.1

@@ -4,0 +7,0 @@ * [Fix for maxLogSize in dateFile appender](https://github.com/log4js-node/log4js-node/pull/889)

2

package.json
{
"name": "log4js",
"version": "4.3.1",
"version": "4.3.2",
"description": "Port of Log4js to work with node.",

@@ -5,0 +5,0 @@ "homepage": "https://log4js-node.github.io/log4js-node/",

@@ -275,3 +275,3 @@ // Type definitions for log4js

appenders: { [name: string]: Appender; };
categories: { [name: string]: { appenders: string[]; level: string; } };
categories: { [name: string]: { appenders: string[]; level: string; enableCallStack?: boolean; } };
pm2?: boolean;

@@ -278,0 +278,0 @@ pm2InstanceVar?: string;

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