
Security News
Scaling Socket from Zero to 10,000+ Organizations
Socket CEO Feross Aboukhadijeh shares lessons from scaling a developer security startup to 10,000+ organizations in this founder interview.
Pact Contract Testing with Bun
Try out Pact-Bun in your browser, via our interactive tutorial
| OS | Architecture | Supported |
|---|---|---|
| OSX | x86_64 | âś… |
| OSX | arm | âś… |
| Linux | x86_64 | âś… |
| Linux | arm | âś… |
| Windows | x86_64 | âś… |
You can install the correct FFI library with the following command.
deno run -A --unstable https://deno.land/x/pact/src/downloadFfi.ts --run
${HOME}/.pact/ffi/<pact_ffi_version>In a new project:
bun init
bun add pact-bun
In an new project:
bun add pact-bun
bun run helloPactBun.tsimport { PactBun, Pact } from "pact-bun";
const pact = new PactBun();
console.log(pact.getPactFfiVersion());
bun run helloPactBun.tsRun an example by
git clone git@github.com:YOU54F/pact-bun.gitcd pact-bunbun installbun run <name of test>bun run src/grpc.consumer.test.ts
bun run src/http.consumer.test.ts
bun run src/verifier.test.ts
If you want to try out a Pact Broker to publish, view and retrieve your pact files, you can try out this quick start quick.
You'll need docker-compose.
curl pact.saf.dev -Lso - | bash -s -- broker deploy mybroker 8000FAQs
Pact 🔗 Contract Testing for Bun 🥟, Powered by Rust 🦀
We found that pact-bun 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.

Security News
Socket CEO Feross Aboukhadijeh shares lessons from scaling a developer security startup to 10,000+ organizations in this founder interview.

Research
Socket Threat Research maps a rare inside look at OtterCookie’s npm-Vercel-GitHub chain, adding 197 malicious packages and evidence of North Korean operators.

Research
Socket researchers identified a malicious Chrome extension that manipulates Raydium swaps to inject an undisclosed SOL transfer, quietly routing fees to an attacker wallet.