Socket
Socket
Sign inDemoInstall

express-favicon-short-circuit

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

express-favicon-short-circuit

express-favicon-short-circuit is an Express middleware that eliminates those annoying favicon requests.


Version published
Maintainers
1
Created
Source

express-favicon-short-circuit

express-favicon-short-circuit is an Express middleware that eliminates those annoying favicon requests.

Usage

Npm install using the following command:

npm i -S express-favicon-short-circuit

And use it in your Express app:

const express = require('express');

// omissis

const app = express();

// omissis

app.use(require('express-favicon-short-circuit'));

Example

Clone or download this GitHub repository then run the example app using the following npm commands:

npm i
npm run example

Based on

https://gist.github.com/kentbrew/763822

Keywords

FAQs

Package last updated on 25 Feb 2020

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

SocketSocket SOC 2 Logo

Product

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

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc