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

bedrock-server

Package Overview
Dependencies
Maintainers
4
Versions
30
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

bedrock-server - npm Package Versions

23

3.2.1

Diff
dlongley
published 3.2.1 •

Changelog

Source

3.2.1 - 2022-03-24

Fixed

  • Add missing esm dependency.
dlongley
published 3.2.0 •

Changelog

Source

3.2.0 - 2022-03-24

Changed

  • Update peer deps:
    • bedrock@4.5.
  • Update internals to use esm style and use esm.js to transpile to CommonJS.
mattcollier
published 3.1.0 •

Changelog

Source

3.1.0 - 2022-01-21

Changed

  • Use node-forge@1.2.1.

Added

  • Setup nyc and add code coverage to github actions.
dlongley
published 3.0.0 •

Changelog

Source

3.0.0 - 2021-08-24

Changed

  • BREAKING Use native http2 implementation instead of spdy. If you are also using bedrock-express then use version 4.1+ of that library to ensure there are no compatibility issues. Note: spdy is an old package that does not receive regular maintenance and node now has its own http2 implementation -- so using it is preferred.
dlongley
published 2.9.0 •

Changelog

Source

2.9.0 - 2021-07-23

Changed

  • Update peer dependencies; use bedrock@4.
mattcollier
published 2.8.0 •

Changelog

Source

2.8.0 - 2021-07-15

Added

  • Do not listen for HTTP/HTTPS requests until readiness checks have passed. This is compatible with deployment platforms that lack explicit health and readiness checks, but instead expect that the application is ready when it responds to requests sent to the HTTP/HTTPS server's TCP port.
    • Emit a new bedrock-server.readinessCheck event.
    • Delay the start of the HTTP/HTTPS servers until the bedrock-server.readinessCheck listeners have succeeded.
mattcollier
published 2.7.0 •

Changelog

Source

2.7.0 - 2020-09-30

Changed

  • Use node-forge@0.10.0.
mattcollier
published 2.6.0 •

Changelog

Source

2.6.0 - 2020-04-14

Changed

  • Change default server name from bedrock.localhost to localhost.
  • Setup CI.
mattcollier
published 2.5.0 •

Changelog

Source

2.5.0 - 2020-04-06

Added

  • Add HTTP/2 support.
mattcollier
published 2.4.1 •

Changelog

Source

2.4.1 - 2019-12-10

Fixed

  • Add missing colon between address and port number in logging.