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

bedrock

Package Overview
Dependencies
Maintainers
4
Versions
68
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

bedrock - npm Package Versions

13
7

4.1.0

Diff

Changelog

Source

4.1.0 - 2020-12-09

Added

  • Implement ensureConfigOverride configuration setting. This feature provides a mechanism for modules and top level applications to require that certain configuration values are changed during startup. This is useful when a deployment must use a different configuration than the development settings to be valid.
mattcollier
published 4.0.0 •

Changelog

Source

4.0.0 - 2020-12-07

Changed

  • BREAKING: Use Winston logger 3.x. Bedrock configs for the various loggers are passed directly into the Winston logger constructors where there have been numerous breaking changes. This applies to config objects suchs as config.loggers.console. See: https://github.com/winstonjs/winston/blob/master/UPGRADE-3.0.md
  • Various log formatters may be specified via the Bedrock config. The 'default' formatter produces logs that are equivalent to Bedrock 3.x. Custom formatters must conform to the logform API. See: https://github.com/winstonjs/logform
 // formatter options:
 // default, json, logstash or a custom formatter function
config.loggers.console.bedrock.formatter = 'default';
mattcollier
published 3.3.1 •

Changelog

Source

3.3.1 - 2020-12-07

Changed

  • Replace lodash dependency with standalone per method packages.
gannan
published 3.3.0 •

Changelog

Source

3.3.0 - 2020-10-22

Added

  • Add unique workerId per process.
mattcollier
published 3.2.0 •

Changelog

Source

3.2.0 - 2020-10-15

Added

  • Log signal when workers exit.
davidlehn
published 3.1.2 •

Changelog

Source

3.1.2 - 2020-09-09

Changed

  • Update winston-mail dependency.
davidlehn
published 3.1.1 •

Changelog

Source

3.1.1 - 2020-05-21

Changed

  • Use GitHub Actions for CI testing.
  • Update dependencies.
davidlehn
published 3.1.0 •

Changelog

Source

3.1.0 - 2019-11-13

Fixed

  • Use workaround for master/worker child logger issue.

Changed

  • Switch from getpwnam in posix to uid-number package.
davidlehn
published 2.1.0 •

davidlehn
published 1.19.0 •

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