GitShow/sindresorhus/is-port-reachable
sindresorhus

is-port-reachable

Check if a local or remote port is reachable

by sindresorhus
Star on GitHubForknpm

JavaScript

113 stars13 forks5 contributorsActive · 1mo agoSince 2015v4.0.0MIT

Meet the team

See all 5 on GitHub →
sindresorhus
sindresorhus16 contributions
dinbrca
dinbrca1 contribution
kevva
kevva1 contribution
Richienb
Richienb1 contribution

Languages

View on GitHub →
JavaScript90.1%
TypeScript9.9%

Commit activity

Last 12 weeks · 1 commit

Full graph →

Community health

4 of 6 standards met

Community profile →
85
✓README✓License✓Contributing✓Code of Conduct○Issue Template○PR Template

Recent fixes

View closed PRs →
mbnoimi
suppressed by DNSClosedIssue

This package always gives value in case I set DNS server in the connection configurations. I tried these DNSs: Google (8.8.8.8 - 8.8.4.4) Cloudflare (1.1.1.1 - 1.0.0.1) Verisign (64.6.64.6 - 64.6.65.6) And many others Whenever I set the dns value the js stops getting the right result! Is there any way to bypass this case? Most ISPs set theirs dns by default which suppressing this package.

mbnoimi · 9mo ago
Areen3
problem with import node:netClosedIssue

I have problem with build my code in monorepo (nx.dev) that use Yours npm problem comes form import: import net from 'node:net'; when I change it on const net = require('node:net'); -> https://nodejs.org/api/net.html#net or import * as net from 'net'; webpack works ok can You change way of import ?

Areen3 · 3y ago
thomascouto
require() of ES Module not supported.ClosedIssue

Instead change the require of index.js in C:\Users\thoma\Desktop\code\locacao\back-end\src\main\middlewares\net\connectionMiddleware.ts to a dynamic import() which is available in all CommonJS modules. Test Code:

thomascouto · 3y ago
Structured data for AI agents

Repository: sindresorhus/is-port-reachable. Description: Check if a local or remote port is reachable Stars: 113, Forks: 13. Primary language: JavaScript. Languages: JavaScript (90.1%), TypeScript (9.9%). License: MIT. Latest release: v4.0.0 (4y ago). Open PRs: 0, open issues: 0. Last activity: 1mo ago. Community health: 85%. Top contributors: sindresorhus, dinbrca, kevva, Richienb.

·@ofershap

Replace github.com with gitshow.dev