node-proxy-agents 0~2024040606-3 source package in Ubuntu

Changelog

node-proxy-agents (0~2024040606-3) unstable; urgency=medium

  * Team upload
  * Indicates that node-data-uri-to-buffer 6 breaks
    node-fetch < 3.3.2+~cs11.4.11-2~

 -- Yadd <email address hidden>  Mon, 22 Apr 2024 13:06:44 +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

Builds

Oracular: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
node-proxy-agents_0~2024040606-3.dsc 4.1 KiB a1f439950e9de63b27634e80cb9ccd88a63977e433c85dcb69baf0377b59cc8d
node-proxy-agents_0~2024040606.orig-args.tar.xz 57.0 KiB 57fa7108fc23a7538154c75e11288674992fefb7ef5f1d87aac3098f7cac7e46
node-proxy-agents_0~2024040606.orig-basic-ftp.tar.xz 59.1 KiB b71fdf06e0edfb2e59c70a1a03508faf76f9a730710dd2a555979e79499bd90e
node-proxy-agents_0~2024040606.orig-types-args.tar.xz 1.9 KiB 7ce074ccb817e7b7dfd99a98862d4101501243cd3b030ade8c0e0c6de0fa7f87
node-proxy-agents_0~2024040606.orig.tar.xz 199.2 KiB 774af765e04d7ee0050c5b8f959cf71d06a5934e1d9fbdd621d7c3b52e02e5e4
node-proxy-agents_0~2024040606-3.debian.tar.xz 43.1 KiB bc7152b6fa2ddc47a0f237354f144f01ac7d2dd83a9501dec71eff106a7c3e0e

No changes file available.

Binary packages built by this source

node-agent-base: Node.js wrapper around http.Agent class

 node-agent-base provides an abstract class that must define a connect()
 function which is responsible for creating the underlying socket that the
 HTTP client requests will use.

node-args: Node.js module to create command line interfaces

 node-args makes creating command line interfaces a breeze.

node-basic-ftp: FTP client library for Node.js

 node-basic-ftp is an FTP client library for Node.js. It supports FTPS over
 TLS, Passive Mode over IPv6, has a Promise-based API, and offers methods to
 operate on whole directories.

node-data-uri-to-buffer: Node.js module that generate a Buffer instance from a Data URI string

 node-data-uri-to-buffer accepts a "data" URI string of data and returns a
 Node.js Buffer instance with the decoded data.

node-degenerator: Node.js module that compiles sync functions into async functions

 node-degenerator takes a String to one or more synchronous JavaScript
 functions, and returns a new String that with those JS functions transpiled
 into async functions.

node-get-uri: Node.js module that returns a stream.Readable from a URI string

 node-get-uri is a high-level module. It accepts a URI string and returns a
 Readable stream instance. There is built-in support for a variety of
 "protocols", and it's asily extensible.

node-http-proxy-agent: HTTP(s) proxy http.Agent implementation for HTTP

 node-http-proxy-agent provides an http.Agent implementation that connects
 to a specified HTTP or HTTPS proxy server, and can be used with the built-in
 http module.

node-https-proxy-agent: HTTP(s) proxy http.Agent implementation for HTTPS

 node-http-proxy-agent provides an http.Agent implementation that connects
 to a specified HTTP or HTTPS proxy server, and can be used with the built-in
 https module.
 .
 Specifically, this Agent implementation connects to an intermediary "proxy"
 server and issues the CONNECT HTTP method, which tells the proxy to open a
 direct TCP connection to the destination server.

node-pac-proxy-agent: PAC file proxy http.Agent implementation for HTTP and HTTPS

 node-pac-proxy-agent provides an `http.Agent` implementation that retreives
 the specified PAC proxy file and uses it to resolve which HTTP, HTTPS, or
 SOCKS proxy, or if a direct connection should be used to connect to the HTTP
 endpoint.

node-pac-resolver: Node.js module that generates an asynchronous resolver function from a PAC file

 node-pac-resolver accepts a JavaScript String of code, which is meant to be
 a PAC proxy file, and returns a generated asynchronous FindProxyForURL()
 functions.

node-proxy: Node.js HTTP proxy

 node-proxy provides standard "HTTP proxy" logic that allows one to script
 its own server using the node-proxy server API.

node-proxy-agent: Maps proxy protocols to http.Agent implementations

 This module provides an http.Agent implementation which automatically uses
 proxy servers based off of the various proxy-related environment variables
 (`HTTP_PROXY`, `HTTPS_PROXY` and `NO_PROXY` among others).

node-socks-proxy-agent: SOCKS proxy http.Agent implementation for HTTP and HTTPS

 node-socks-proxy-agent provides an http.Agent implementation that connects
 to a specified SOCKS proxy server, and can be used with the built-in http
 and https modules.