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

@bedrock/core

Package Overview
Dependencies
Maintainers
5
Versions
19
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@bedrock/core - npm Package Compare versions

Comparing version 5.0.5 to 5.0.6

11

CHANGELOG.md
# `@bedrock/core` ChangeLog
## 5.0.6 - 2022-04-04
### Fixed
- Fix winston child logger `defaultMeta` override bug. This
fix was also backported to 4.5.1.
## 5.0.5 - 2022-03-31

@@ -37,2 +43,7 @@

## 4.5.1 - 2022-04-04 (backported fix)
### Fixed
- Fix winston child logger `defaultMeta` override bug.
## 4.5.0 - 2022-03-22

@@ -39,0 +50,0 @@

6

lib/loggers/index.js

@@ -67,6 +67,4 @@ /*!

}
// create child logger from wrapper and merge child meta into parent meta
const child = createChild.apply(wrapper, [childMeta]);
child.defaultMeta = {...wrapper.defaultMeta, ...childMeta};
return child;
// create child logger from wrapper (merging child meta into parent meta)
return createChild.apply(wrapper, [childMeta]);
};

@@ -73,0 +71,0 @@ logger = wrapper;

{
"name": "@bedrock/core",
"version": "5.0.5",
"version": "5.0.6",
"type": "module",

@@ -5,0 +5,0 @@ "description": "A core foundation for rich Web applications.",

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