
Research
Two Malicious Rust Crates Impersonate Popular Logger to Steal Wallet Keys
Socket uncovers malicious Rust crates impersonating fast_log to steal Solana and Ethereum wallet keys from source code.
@mocky-balboa/nuxt
Advanced tools
Nuxt integration for Mocky Balboa. Mock your full-stack network requests in your test suites.
A network mocking library for your SSR applications. Fixture http network requests on your server-side application for browser automation testing without having to modify your application logic.
Check out the documentation to get started.
Don't see your framework? Create a custom server integration or a custom client integration. Alternatively submit a pull request or report an issue to add support for your framework.
import { expect } from "@playwright/test";
import { test } from "@mocky-balboa/playwright";
test("a route that performs server and client network requests", async ({ page, mocky }) => {
// Mocks the request on both the client and the server
mocky.route("**/api/endpoint", (route) => {
return route.fulfill({
status: 200,
body: JSON.stringify({ message: "Hello, World!" }),
headers: { "Content-Type": "application/json" },
});
}, {
// Optionally configure the route
// type: "both" to mock on both client and server (default behaviour)
// type: "server-only" to mock on the server only
// type: "client-only" to mock on the client only
});
await page.goto("http://localhost:3000");
});
See examples for example projects.
See contributing for more information.
FAQs
Nuxt integration for Mocky Balboa. Mock your full-stack network requests in your test suites.
The npm package @mocky-balboa/nuxt receives a total of 16 weekly downloads. As such, @mocky-balboa/nuxt popularity was classified as not popular.
We found that @mocky-balboa/nuxt demonstrated a healthy version release cadence and project activity because the last version was released less than 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
Socket uncovers malicious Rust crates impersonating fast_log to steal Solana and Ethereum wallet keys from source code.
Research
A malicious package uses a QR code as steganography in an innovative technique.
Research
/Security News
Socket identified 80 fake candidates targeting engineering roles, including suspected North Korean operators, exposing the new reality of hiring as a security function.