New Research: Supply Chain Attack on Axios Pulls Malicious Dependency from npm.Details →
Socket
Book a DemoSign in
Socket

warepot

Package Overview
Dependencies
Maintainers
1
Versions
4
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

warepot

A collection of middleware for Connect or Express apps.

latest
Source
npmnpm
Version
0.0.4
Version published
Weekly downloads
1
Maintainers
1
Weekly downloads
 
Created
Source

Warepot

Configuration

The logger and error handler needs some configuration.

There is a /sample-config directory that contains example configuration files. These should be copied into your project's /server/config directory and edited to suit your needs.

Debugging

Warepot (and most other server-side modules from TCB) uses the excellent Debug plugin.

To debug everything, simply set DEBUG=warepot as an environment variable. To debug specific parts, set (for example) DEBUG=warepot:responder. Debuggable parts are currently:

  • warepot:errorhandler
  • warepot:responder

Keywords

middleware

FAQs

Package last updated on 20 Aug 2016

Did you know?

Socket

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