Socket
Socket
Sign inDemoInstall

debug-errorpage

Package Overview
Dependencies
1
Maintainers
1
Versions
1
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

    debug-errorpage

A pretty debug error page for Express.


Version published
Weekly downloads
1
Maintainers
1
Install size
72.6 kB
Created
Weekly downloads
 

Readme

Source

Debug Error Page for Express

This is a small module that provides an error page with helpful debugging information on it. The most useful part is that it tracks down the probable cause of the error and shows you a snippet of the file with the likely cause highlighted. As such, it should be used in development only and turned off for production mode.

The page is heavily inspired by the v1.0 Play Framework. In fact, the error page template is the one that the Play Framework used, with some modifications for Express.

Version 0.0.0

Basically, it's an alpha. Not tests yet. I'd love your help in making them. :)

What's it look like?

Error page

debug-errorpage Copyright 2014 Nicholas C. Zakas. All rights reserved. MIT license.

Play Framework Copyright 2010

Guillaume Bort (http://guillaume.bort.fr)
zenexity (http://www.zenexity.fr)
Play framework contributors (https://github.com/playframework/play/contributors)

Apache 2 License

Keywords

FAQs

Last updated on 27 Mar 2014

Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc