Gathering detailed insights and metrics for popsicle-transport-http
Gathering detailed insights and metrics for popsicle-transport-http
Gathering detailed insights and metrics for popsicle-transport-http
Gathering detailed insights and metrics for popsicle-transport-http
Popsicle transport for sending requests over HTTP1 and HTTP2
npm install popsicle-transport-http
Typescript
Module System
Node Version
NPM Version
Handle socket timeout race conditions
Updated on Nov 15, 2021
Improved timeout support
Updated on Nov 12, 2021
Fix ALPN negotiation over TLS
Updated on Apr 29, 2021
HTTP2 unref after response is ended
Updated on Mar 16, 2021
Use Default `dns.lookup`
Updated on Feb 14, 2021
Allow `secureOptions` option
Updated on Jan 11, 2021
TypeScript (100%)
Total Downloads
0
Last Day
0
Last Week
0
Last Month
0
Last Year
0
MIT License
3 Stars
69 Commits
1 Watchers
1 Branches
1 Contributors
Updated on Nov 15, 2021
Latest Version
1.2.1
Package Id
popsicle-transport-http@1.2.1
Unpacked Size
172.35 kB
Size
30.32 kB
File Count
15
NPM Version
8.1.0
Node Version
16.13.0
Cumulative downloads
Total Downloads
Last Day
0%
NaN
Compared to previous day
Last Week
0%
NaN
Compared to previous week
Last Month
0%
NaN
Compared to previous month
Last Year
0%
NaN
Compared to previous year
1
1
Popsicle transport for sending requests over HTTP1 and HTTP2.
npm install popsicle-transport-http --save
1import { transport } from "popsicle-transport-http"; 2 3const req = new Request("/"); 4const res = await transport()(req, done);
The transport
function sends the Servie Request
to a remote server.
keepAlive?: number
Duration to keep connection alive for re-use (default: 5000
)servername?: string
Override remote server name for TLSrejectUnauthorized?: boolean
Rejects unauthorized TLS connectionsnegotiateHttpVersion?: NegotiateHttpVersion
Configure HTTP version negotiation (default: HTTP2_FOR_HTTPS
)lookup?: DnsLookup
Override default DNS resolution (default: dns.lookup
)ca?: string | Buffer | Array<string | Buffer>
Set TLS CAcert?: string | Buffer
Set TLS certificatekey?: string | Buffer
Set TLS keysecureContext?: SecureContext
Set TLS secure contextsecureProtocol?: string
Set TLS secure protocolsecureOptions?: number
Set TLS secure optionsInfinity
active sockets):
tlsSockets?: ConnectionManager<TLSSocket>
netSockets?: ConnectionManager<Socket>
http2Sessions?: ConnectionManager<ClientHttp2Session>
createHttp2Connection?: (authority, socket) => ClientHttp2Session
createNetConnection?: (options) => Socket
createTlsConnection?: (options) => TLSSocket
This project is written using TypeScript and publishes the definitions directly to NPM.
MIT
No vulnerabilities found.
Reason
no dangerous workflow patterns detected
Reason
security policy file detected
Details
Reason
no binaries found in the repo
Reason
license file detected
Details
Reason
dependency not pinned by hash detected -- score normalized to 2
Details
Reason
0 commit(s) and 0 issue activity found in the last 90 days -- score normalized to 0
Reason
Found 0/30 approved changesets -- score normalized to 0
Reason
detected GitHub workflow tokens with excessive permissions
Details
Reason
no effort to earn an OpenSSF best practices badge detected
Reason
project is not fuzzed
Details
Reason
branch protection not enabled on development/release branches
Details
Reason
SAST tool is not run on all commits -- score normalized to 0
Details
Reason
16 existing vulnerabilities detected
Details
Score
Last Scanned on 2025-07-07
The Open Source Security Foundation is a cross-industry collaboration to improve the security of open source software (OSS). The Scorecard provides security health metrics for open source projects.
Learn More