
Research
/Security News
Critical Vulnerability in NestJS Devtools: Localhost RCE via Sandbox Escape
A flawed sandbox in @nestjs/devtools-integration lets attackers run code on your machine via CSRF, leading to full Remote Code Execution (RCE).
antd-imask-input
Advanced tools
An iMasked Ant Design Input component.
Is this package usefull to you?
Or give it a ⭐ on GitHub.
yarn add antd-imask-input
import InputMasked from 'antd-imask-input'
function MyMaskedInputComponent() {
return (
<InputMasked
mask={ '0[0][0].0[0][0].0[0][0].0[0][0]' }
maskOptions={ {
lazy: true // makes mask placeholder invisible
} }
placeholder={ 'Type here' }
size={ 'large' }
allowClear={ true }
autoComplete='off'
// ... any other react/antd prop
/>
)
}
Option | Description | Options |
---|---|---|
mask | iMask mask pattern | string | RegExp | Date | number |
onChange | Mask change event. | (event: ChangeEvent & {maskedValue: string unmaskedValue: string }) => any |
maskOptions | iMask options | See InputMaskOptions |
enableLogs | Enables component logs | false |
props | Any other React/Antd props | - |
This package requires you to use:
react
: >= 18
antd
: >= 5
Make sure to use only supported versions before opening issues.
Made with ❤️ by luicfrr
FAQs
Ant Design iMasked Input
The npm package antd-imask-input receives a total of 97 weekly downloads. As such, antd-imask-input popularity was classified as not popular.
We found that antd-imask-input demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 0 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
/Security News
A flawed sandbox in @nestjs/devtools-integration lets attackers run code on your machine via CSRF, leading to full Remote Code Execution (RCE).
Product
Customize license detection with Socket’s new license overlays: gain control, reduce noise, and handle edge cases with precision.
Product
Socket now supports Rust and Cargo, offering package search for all users and experimental SBOM generation for enterprise projects.