
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.
text-mask-rut
Advanced tools
A Text Mask addon to format the Chilean National Identifier Number (RUT)
A Text Mask addon to format the Chilean National Identifier Number (RUT)
yarn add text-mask-rut
React Example
import React from 'react'
import MaskedInput from 'react-text-mask'
import createRutMask from 'text-mask-rut';
const rutMask = createRutMask();
export default () => (
<div>
<MaskedInput
mask={rutMask}
/>
</div>
)
Vanilla JS Example
var myInput = document.querySelector('.maskedInput');
vanillaTextMask.maskInput({
inputElement: myInput,
mask: createRutMask(),
});
There isn't additional steps to:
yarn install
But always check the tests and lint before to commit or PR
0.0.3
0.0.2
0.0.1
Distributed under the MIT license. See LICENSE
for more information.
git checkout -b feature/fooBar
)git commit -am 'Add some fooBar'
)yarn lint && yarn test
)git push origin feature/fooBar
)FAQs
A Text Mask addon to format the Chilean National Identifier Number (RUT)
The npm package text-mask-rut receives a total of 82 weekly downloads. As such, text-mask-rut popularity was classified as not popular.
We found that text-mask-rut 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.
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.