node-proxy-from-env 1.1.0+~1.0.1-1 source package in Ubuntu

Changelog

node-proxy-from-env (1.1.0+~1.0.1-1) unstable; urgency=medium

  * Team upload
  * Declare compliance with policy 4.6.2
  * Embed typescript declarations and repack

 -- Yadd <email address hidden>  Fri, 11 Aug 2023 09:33:02 +0400

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
Oracular release universe misc
Noble release universe misc
Mantic release universe misc

Builds

Mantic: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
node-proxy-from-env_1.1.0+~1.0.1-1.dsc 2.5 KiB 91403c9269f1aecdd45b16ff03916467f6e98c872dc743e66c49e606b61d1ee4
node-proxy-from-env_1.1.0+~1.0.1.orig-types-proxy-from-env.tar.gz 1.7 KiB 30014c76432761fa2217c91e402e41b273e555271e3df8e2c7f3ba7019660f80
node-proxy-from-env_1.1.0+~1.0.1.orig.tar.gz 7.7 KiB 404fbc5907d10748312125aa79c45b69168b1c04d28bea1667a8e23c808a2c06
node-proxy-from-env_1.1.0+~1.0.1-1.debian.tar.xz 2.9 KiB 7c189446b54d7acc1d0b97b3658ffaaea286bfac0fdc512cafee7311a1115588

Available diffs

No changes file available.

Binary packages built by this source

node-proxy-from-env: offers getProxyForUrl to get the proxy URL for a URL

 proxy-from-env is a Node.js package that exports a function (getProxyForUrl)
 that takes an input URL (a string or url.parse's return value) and returns the
 desired proxy URL (also a string) based on standard proxy environment
 variables. If no proxy is set, an empty string is returned.