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.1.0 to 4.1.1

7

CHANGELOG.md
# bedrock ChangeLog
## 4.1.1 - 2020-12-18
## Fixed
- Fix log levels in worker logger.
## 4.1.0 - 2020-12-09

@@ -22,3 +27,3 @@

formatter produces logs that are equivalent to Bedrock 3.x. Custom
formatters must conform the the `logform` API. See:
formatters must conform to the `logform` API. See:
https://github.com/winstonjs/logform

@@ -25,0 +30,0 @@ ```js

6

lib/loggers/index.js

@@ -235,6 +235,6 @@ /*!

for(const cat in config.loggers.categories) {
const logger = new winston.createLogger({
const logger = winston.createLogger({
levels,
transports: [
new WorkerTransport({
level: lowestLevel, levels, category: cat, workerId})
new WorkerTransport({level: lowestLevel, category: cat, workerId})
]

@@ -241,0 +241,0 @@ });

{
"name": "bedrock",
"version": "4.1.0",
"version": "4.1.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