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

express-debuga

Package Overview
Dependencies
Maintainers
1
Versions
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

express-debuga

Do your debug workflow more visible on local server.

latest
Source
npmnpm
Version
1.0.0
Version published
Maintainers
1
Created
Source

express-debuga

Do your debug workflow more visible on local server.

Install

npm i -D express-debuga

Usage

var debuga = require('express-debuga');

app.use(debuga())

Options

favicon

Default: null | String. If null then set debug default favicon debug, else you can set custom path to favicon.

app.use(debuga({
  favicon: 'path/to/favicon.ico'
}))

License

MIT.

Keywords

debug

FAQs

Package last updated on 08 Dec 2015

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