node-vhost 3.0.2-4 source package in Ubuntu

Changelog

node-vhost (3.0.2-4) unstable; urgency=medium

  * Team upload

  [ Debian Janitor ]
  * Set upstream metadata fields: Bug-Submit.
  * Remove obsolete fields Contact, Name from debian/upstream/metadata
    (already present in machine-readable debian/copyright).

  [ Xavier Guimard ]
  * Declare compliance with policy 4.5.0
  * Fix test for mocha ≥ 7 (Closes: #952212)

 -- Xavier Guimard <email address hidden>  Mon, 24 Feb 2020 18:06:08 +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-vhost_3.0.2-4.dsc 2.0 KiB d04e57488e76774403a9d64b990f87a1e23f1350f93ff71eb32f90f7ad77608f
node-vhost_3.0.2.orig.tar.gz 5.4 KiB 0d8e089181103c68a7134a489531983e5b23d08096c60a2e2bb447f0c1846014
node-vhost_3.0.2-4.debian.tar.xz 3.5 KiB 4633130105f687dc75f35851a5f160eeb76b28652acc730a24ed2c13e8f46491

Available diffs

No changes file available.

Binary packages built by this source

node-vhost: connect middleware for domain request matching - Node.js module

 This module allows one to match incoming http requests to given
 host-server pairs, also known as virtual hosts.
 .
 It only works with in-process Request and Server Node.js objects,
 in particular it is not a proxy.
 .
 Connect is an extensible HTTP server framework.
 .
 Node.js is an event-based server-side JavaScript engine.