
Security News
/Research
Wallet-Draining npm Package Impersonates Nodemailer to Hijack Crypto Transactions
Malicious npm package impersonates Nodemailer and drains wallets by hijacking crypto transactions across multiple blockchains.
A beautiful and responsive multi-step reactive React form component. Provides custom validation, formatting and is framework agnostic.
HnyForm is a powerful and extensible React component library for building dynamic, validated, and beautiful multi-step forms with multiple layouts.
Hnyform
: BasicHnyformHorizontal
: Label-input horizontal layoutHnyformPlaceholder
: Inputs with placeholdersHnyformBoxed
: Box-styled inputsHnyformUnderlineVertical
: Vertical form with underline inputsHnyformUnderlineHorizontal
: Horizontal form with underline inputsHnyformOutlined
: Outlined floating-label formHnyformInline
: Inline compact layoutcols
grid layout per screen sizenpm install hnyform
import {
Hnyform,
HnyformHorizontal,
HnyformPlaceholder,
HnyformBoxed,
HnyformUnderlineVertical,
HnyformUnderlineHorizontal,
HnyformOutlined,
HnyformInline
} from "hnyform";
<HnyformUnderlineHorizontal
schema={schema}
cols={3}
api="https://dummyjson.com/posts/add"
authToken="Bearer your-token-here"
/>
The form schema is grouped by sections:
const schema = {
"Section Title": [
{
level: "FieldName",
type: "text", // or 'email', 'selection', etc.
required: true,
validation: ["email"],
format: ["trim", "lower"],
options: [...], // if applicable
span: 2 // optional
},
// more fields
],
// more sections
};
Prop | Type | Description |
---|---|---|
schema | object | Form schema object |
api | string | API endpoint to POST form data |
authToken | string | Optional bearer token |
cols | number or array | Number of columns in layout |
color | string | Theme color (label, border, etc.) |
bg | string | Background color |
bold | string | Font weight for text |
stepper | boolean | Optional: enable step-based navigation |
<HnyformOutlined
schema={schema}
stepper
cols={3}
api="https://dummyjson.com/posts/add"
authToken="Bearer your-token-here"
/>
please follow...
Biswajeet Mishra
FAQs
A beautiful and responsive multi-step reactive React form component. Provides custom validation, formatting and is framework agnostic.
The npm package hnyform receives a total of 0 weekly downloads. As such, hnyform popularity was classified as not popular.
We found that hnyform 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.
Security News
/Research
Malicious npm package impersonates Nodemailer and drains wallets by hijacking crypto transactions across multiple blockchains.
Security News
This episode explores the hard problem of reachability analysis, from static analysis limits to handling dynamic languages and massive dependency trees.
Security News
/Research
Malicious Nx npm versions stole secrets and wallet info using AI CLI tools; Socketโs AI scanner detected the supply chain attack and flagged the malware.