Research
Security News
Quasar RAT Disguised as an npm Package for Detecting Vulnerabilities in Ethereum Smart Contracts
Socket researchers uncover a malicious npm package posing as a tool for detecting vulnerabilities in Etherium smart contracts.
basic-http-proxy
Advanced tools
Basic HTTP/S proxy that simply works. Support both HTTP and HTTPS.
Type npm install basic-http-proxy -g
to install.
There are few ways to use the proxy:
Type proxy
and it will start listening to port 8080
.
To configure it to run under port 8888
, set environment variable PORT
to 8888.
You can also run the proxy inside another Node.js program.
require('basic-http-proxy')({
port: 8080
});
The proxy server can be run under Docker with node:alpine
image.
docker build -t proxy .
docker run -d -p 8080:8080 proxy
To configure the behavior of the proxy, you can either specify in environment variable, or thru JSON object.
Env var name | JSON name | Description | Default |
---|---|---|---|
PORT | port | Port the server will listen to | 8080 |
Check out this list for planned features.
Like us? Star us.
Found a bug? File us an issue.
FAQs
Basic HTTP/S proxy that simply works
The npm package basic-http-proxy receives a total of 1 weekly downloads. As such, basic-http-proxy popularity was classified as not popular.
We found that basic-http-proxy 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.
Research
Security News
Socket researchers uncover a malicious npm package posing as a tool for detecting vulnerabilities in Etherium smart contracts.
Security News
Research
A supply chain attack on Rspack's npm packages injected cryptomining malware, potentially impacting thousands of developers.
Research
Security News
Socket researchers discovered a malware campaign on npm delivering the Skuld infostealer via typosquatted packages, exposing sensitive data.