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

bedrock

Package Overview
Dependencies
Maintainers
5
Versions
68
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

bedrock - npm Package Compare versions

Comparing version 4.5.0 to 4.5.1

5

CHANGELOG.md
# bedrock ChangeLog
## 4.5.1 - 2022-04-04
### Fixed
- Fix winston child logger `defaultMeta` override bug.
## 4.5.0 - 2022-03-22

@@ -4,0 +9,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",
"version": "4.5.0",
"version": "4.5.1",
"description": "A core foundation for rich Web applications.",

@@ -5,0 +5,0 @@ "license": "SEE LICENSE IN LICENSE.md",

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