
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.
@fiberplane/hono
Advanced tools
Fiberplane is an embeddable API playground for Hono apis. Install @fiberplane/hono
, point its middleware to your OpenAPI spec, and you're off to the races.
Install the package with your favorite package manager:
pnpm add @fiberplane/hono
Mount the middleware to your Hono app:
import { createFiberplane } from "@fiberplane/hono";
const app = new Hono();
app.get("/openapi.json", () => {
// ... return your openapi spec here ...
});
app.use("/fp/*", createFiberplane({
openapi: { url: "/openapi.json" },
}));
export default app;
Visit your app at http://localhost:8787/fp
to see the Fiberplane UI.
Interested in contributing? Please get in touch via GitHub issues, or on the Fiberplane Discord. We are very responsive to feedback and suggestions!
All code within the fiberplane
repository is distributed under the terms of
both the MIT license and the Apache License (Version 2.0).
See LICENSE-APACHE and LICENSE-MIT.
FAQs
Unknown package
The npm package @fiberplane/hono receives a total of 274 weekly downloads. As such, @fiberplane/hono popularity was classified as not popular.
We found that @fiberplane/hono demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 5 open source maintainers 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.