node-proxy-addr 2.0.7+~cs2.3.0-1 source package in Ubuntu

Changelog

node-proxy-addr (2.0.7+~cs2.3.0-1) unstable; urgency=medium

  * Fix GitHub tags regex
  * Uploaders: replace Leo Iannacone by myself, thanks for your work!
  * Update standards version to 4.6.0, no changes needed.
  * Fix filenamemangle
  * Embed typescript definitions
  * New upstream version 2.0.7+~cs2.3.0
  * Update copyright

 -- Yadd <email address hidden>  Fri, 26 Nov 2021 09:14:26 +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
Oracular release universe misc
Noble release universe misc
Mantic release universe misc
Lunar release universe misc
Jammy release universe misc

Builds

Jammy: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
node-proxy-addr_2.0.7+~cs2.3.0-1.dsc 3.1 KiB 1e671c293525670360a9a57d6e437857703644fa69ef66dff9b5ac4442a4ce73
node-proxy-addr_2.0.7+~cs2.3.0.orig-forwarded.tar.gz 5.7 KiB 9d7e7af44b11626197cc31635c1de26b12a99cb5f223d072599ee7bb3b398f39
node-proxy-addr_2.0.7+~cs2.3.0.orig-types-forwarded.tar.gz 1.5 KiB 4ba74561d9880b02579a11220eab530fe4d6e852d7546060b987ca1400a44266
node-proxy-addr_2.0.7+~cs2.3.0.orig-types-proxy-addr.tar.gz 1.6 KiB ff1ff6e7a1f58a2b5dd557b62572a8d11920b1b0084bac7ae3bd99ef2100e4d9
node-proxy-addr_2.0.7+~cs2.3.0.orig.tar.gz 9.6 KiB e7e7d27af583104a664d9efd01a03afe9cd39196ffd148c42bff6d22d933d27f
node-proxy-addr_2.0.7+~cs2.3.0-1.debian.tar.xz 3.4 KiB 15f9737c1f2e2da453553e1a61ac23934e93ef12a3aa52472df1a2ea0247a700

No changes file available.

Binary packages built by this source

node-proxy-addr: remote address filter for proxied requests - Node.js module

 This module allows one to list and optionally filter remote addresses
 of an incoming request, as populated by the HTTP X-Forwarded-For header.
 .
 It works with both IPv4 and IPv6 and can filter addresses using pre-defined
 names like "loopback", "linklocal" or "uniquelocal" (which are expanded
 internally into IP addresses or ranges), or using a custom function.
 .
 Node.js is an event-based server-side JavaScript engine.