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.
Simple SSL HTTP proxy using a self-signed certificate. Intended for local development only.
Simple SSL HTTP proxy using a self-signed certificate. Intended for local development only. Based off of local-ssl-proxy.
Usage: dev-proxy [options]
Options:
-h, --help output usage information
-V, --version output the version number
-p --proxy <source:target> ports to proxy
-k --key [keyPath] optional path to key file
-c --cert [certPath] optional path to cert file
-h --host [hostname] optional hostname
npm install -g dev-proxy
# will automatically generate a self-signed cert/key
To start a proxying from port 9000
to 9001
run:
dev-proxy --proxy 9000:9001
Start your web server on the source port (9000
in the example) and navigate to https://localhost:<target-port>
(https://localhost:9001 in the example). You'll get a warning because the certificate is self-signed, this is safe to ignore during development.
To create multiple proxies run:
dev-proxy --proxy 8080:8443 --proxy 9080:9443
FAQs
Simple SSL HTTP proxy using a self-signed certificate. Intended for local development only.
The npm package dev-proxy receives a total of 3 weekly downloads. As such, dev-proxy popularity was classified as not popular.
We found that dev-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.