
Company News
Socket Joins New OpenJS Program to Fund Node.js Security Work
Socket is joining the OpenJS Security Stewardship Program to fund Node.js vulnerability research, maintainer remediation, and security releases.
@mercuryworkshop/bare-transport
Advanced tools
This is a proxy-transports transport using the TompHTTP Bare Server.
Here is a basic example of using bare-transport. The Bare server is specified in the first argument.
import BareClient from "@mercuryworkshop/bare-transport";
let client = new BareClient("https://example.com/bare/");
// pass to proxy
You can also use the non-esm build
<script src="https://unpkg.com/@mercuryworkshop/bare-transport@2/dist/index.js"></script>
<script>
let client = new BareMod.BareClient("https://example.com/bare/");
</script>
FAQs
a proxy-transport that implements the bare server
We found that @mercuryworkshop/bare-transport demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 6 open source maintainers collaborating on the project.

Company News
Socket is joining the OpenJS Security Stewardship Program to fund Node.js vulnerability research, maintainer remediation, and security releases.

Security News
Two compromised GitHub Actions were re-enabled with malicious tags intact, exposing thousands of downstream repositories to Mini Shai-Hulud.

Research
/Security News
A malicious Firefox extension fetches its payload after installation to evade detection, steal Google session cookies, and automate account takeover.