
Product
Introducing Tier 1 Reachability: Precision CVE Triage for Enterprise Teams
Socket’s new Tier 1 Reachability filters out up to 80% of irrelevant CVEs, so security teams can focus on the vulnerabilities that matter.
node-proxy-latency-tester
Advanced tools
Node proxy for simulating webserver latencies on localhost or testing enviroments (CI)
This command line tool helps you to create a proxy that adds adds a latency between two services. This is useful for testing purposes and simulations.
via npm
:
npm install node-proxy-latency-tester
$ node-proxy-latency-tester -h
Usage:
node-proxy-latency-tester [OPTIONS] [ARGS]
Options:
-t, --target [NUMBER] target port (service port) (Default is 8080)
-f, --forward [NUMBER] forward port (new port through proxy) (Default is 7070)
-l, --latency [NUMBER] latency in ms (Default is 0)
-h, --help Display help and usage details
Let's say that you have a service running on localhost:8080
and you can add a latency of 300 ms without changing the service. You can easily accomplish this with:
np -t 8080 -f 8081 -l 300
Now you can use your service on port 8081
with a latency of 300 ms. You can also use np
for short.
FAQs
Node proxy for simulating webserver latencies on localhost or testing enviroments (CI)
The npm package node-proxy-latency-tester receives a total of 0 weekly downloads. As such, node-proxy-latency-tester popularity was classified as not popular.
We found that node-proxy-latency-tester demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Product
Socket’s new Tier 1 Reachability filters out up to 80% of irrelevant CVEs, so security teams can focus on the vulnerabilities that matter.
Research
/Security News
Ongoing npm supply chain attack spreads to DuckDB: multiple packages compromised with the same wallet-drainer malware.
Security News
The MCP Steering Committee has launched the official MCP Registry in preview, a central hub for discovering and publishing MCP servers.