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

bedrock-express

Package Overview
Dependencies
Maintainers
4
Versions
37
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

bedrock-express - npm Package Versions

1.2.0

Diff
dlongley
published 1.2.0 •

Changelog

Source

1.2.0 - 2015-08-24

Changed

  • Do not parse application/x-www-form-urlencoded content by default. This adds a minor bit of protection against CSRF attacks on handlers that are expecting parsed JSON but may receive parsed urlencoded messages instead that were triggered by a malicious website.
dlongley
published 1.1.1 •

Changelog

Source

1.1.1 - 2015-07-12

Fixed

  • Integrated errorhandler logging with bedrock logging system.
dlongley
published 1.1.0 •

Changelog

Source

1.1.0 - 2015-06-23

Added

  • Parse both application/json and application/*+json as JSON. This will cause content with the type application/ld+json, for example, to be auto parsed as expected.
davidlehn
published 1.0.0 •

Changelog

Source

1.0.0 - 2015-04-08

Changed

  • Use cors 2.5.x.
dlongley
published 0.2.0 •

Changelog

Source

0.2.0 - 2015-02-23

Added

  • Exposed middleware that must act like singletons, but may be configured by more than one module, via a middleware object with keys that match the middleware package name, eg: middleware['express-session'].

Changed

  • BREAKING: Use express 4.x.
  • BREAKING: express property is no longer exposed on the express application. To access this, require the bedrock-express module and use its API directly.
  • Unused config.express.showStack config option removed.
  • Removed deprecated config.server.static config option.
dlongley
published 0.1.0 •

Changelog

Source

0.1.0 - 2015-02-23

  • See git history for changes.
dlongley
published 0.0.1 •