node-http-proxy 1.18.1-3 source package in Ubuntu

Changelog

node-http-proxy (1.18.1-3) unstable; urgency=medium

  * Team upload of another packaged-without-care

  [ lintian-brush ]
  * Set upstream metadata fields: Bug-Submit
  * Remove obsolete fields Contact, Name from debian/upstream/metadata
    (already present in machine-readable debian/copyright)
  * Update standards version to 4.6.0, no changes needed

  [ Yadd ]
  * Bump debhelper compatibility level to 13
  * Fix filenamemangle
  * Fix GitHub tags regex
  * Use dh-sequence-nodejs instead of pkg-js-tools
  * Drop dependency to nodejs
  * Mark test dependencies with <!nocheck>
  * Drop unneeded versioned dependency constraints

 -- Yadd <email address hidden>  Sun, 21 Nov 2021 08:59:15 +0100

Upload details

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

See full publishing history Publishing

Series Pocket Published Component Section

Builds

Jammy: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
node-http-proxy_1.18.1-3.dsc 2.3 KiB bb93c9a6331bc9b9defbdfc7c2b0fb0cfbe036567fb8f4c52b6c2d652b317b4d
node-http-proxy_1.18.1.orig.tar.gz 143.4 KiB f3dee1952eca92393f35cb7f1e69e4850a672e4e453a70a8a29e46585ba32522
node-http-proxy_1.18.1-3.debian.tar.xz 2.7 KiB 8614e178573089092820070743ec14f5c782f2f4dd514bf409ef0c12d95662b6

Available diffs

No changes file available.

Binary packages built by this source

node-http-proxy: HTTP programmable proxying library that supports websockets.

 It is suitable for implementing components such as reverse proxies and load
 balancers.
 A new proxy is created by calling createProxyServer and passing an options
 object as argument.
 var httpProxy = require('http-proxy');
 var proxy = httpProxy.createProxyServer(options);
 .
 This package is useful for Node.js web applications
 that want to support websockets.