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

log4js

Package Overview
Dependencies
Maintainers
2
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 6.9.0 to 6.9.1

5

CHANGELOG.md
# log4js-node Changelog
## [6.9.1](https://github.com/log4js-node/log4js-node/milestone/94)
- [fix(7922e82): regex for stacktrace](https://github.com/log4js-node/log4js-node/pull/1378) - thanks [@lamweili](https://github.com/lamweili)
- addresses [#1377](https://github.com/log4js-node/log4js-node/issues/1377) which has a regression since [6.8.0](https://github.com/log4js-node/log4js-node/milestone/92) from [#1363](https://github.com/log4js-node/log4js-node/pull/1363) at commit [7922e82](https://github.com/log4js-node/log4js-node/commit/7922e8257806811666c1d4cf6774b4426276ea16)
## [6.9.0](https://github.com/log4js-node/log4js-node/milestone/93)

@@ -4,0 +9,0 @@

2

lib/logger.js

@@ -10,3 +10,3 @@ /* eslint no-underscore-dangle: ["error", { "allow": ["_log"] }] */

const stackReg = /^(?:\s*) at (?:(.+) \()?(?:([^(]+?):(\d+):(\d+))\)?$/;
const stackReg = /^(?:\s*)at (?:(.+) \()?(?:([^(]+?):(\d+):(\d+))\)?$/;
/**

@@ -13,0 +13,0 @@ * The top entry is the Error

{
"name": "log4js",
"version": "6.9.0",
"version": "6.9.1",
"description": "Port of Log4js to work with node.",

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

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