node-serve-favicon 2.5.0-3 source package in Ubuntu

Changelog

node-serve-favicon (2.5.0-3) unstable; urgency=medium

  * Team upload
  * Declare compliance with policy 4.4.1
  * Add "Rules-Requires-Root: no"
  * Require node-supertest ≥ 1.1.0 (fixes debci)

 -- Xavier Guimard <email address hidden>  Sat, 21 Dec 2019 13:03:23 +0100

Upload details

Uploaded by:
Debian Javascript Maintainers
Uploaded to:
Sid
Original maintainer:
Debian Javascript Maintainers
Architectures:
all
Section:
javascript
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Focal release universe misc

Builds

Focal: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
node-serve-favicon_2.5.0-3.dsc 2.2 KiB 357bdfb210bdfd7db61ed72a8a2ec7936e309c9c7d03049137a6391846ce9db1
node-serve-favicon_2.5.0.orig.tar.gz 8.6 KiB a046b8a7c49150549b6204a0714adbe971ce8e387e8bccbfd466fc2745bb1466
node-serve-favicon_2.5.0-3.debian.tar.xz 3.3 KiB ab7a70e48d2e6ff0c4aae096d935b65fb5cc0a6aa693644d49c9cc2cc53197d4

Available diffs

No changes file available.

Binary packages built by this source

node-serve-favicon: favicon serving middleware with caching - Node.js module

 This package provides a connect/express middleware to serve a favicon
 from a given path. It also can serve the icon using a Buffer data.
 It is meant to be called early before other middlewares.
 .
 Node.js is an event-based server-side JavaScript engine.