
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.
@kobionic/koa-joi-validator
Advanced tools
A Koa middleware to validate given part of a request against a Joi schema.
A Koa middleware to validate given part of a request against a Joi schema.
npm install @kobionic/koa-joi-validator
import joiValidator from '@kobionic/koa-joi-validator';
import Koa from 'koa';
const app = new Koa();
app.use(
joiValidator({
body: Joi.object().keys({
email: Joi.string().email().required(),
password: Joi.string().min(8).max(128).required(),
}),
}),
);
app.listen();
npm test
This project is licensed under the Apache License 2.0 - see the LICENSE file for details.
FAQs
A Koa middleware to validate given part of a request against a Joi schema.
The npm package @kobionic/koa-joi-validator receives a total of 43 weekly downloads. As such, @kobionic/koa-joi-validator popularity was classified as not popular.
We found that @kobionic/koa-joi-validator 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
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.