Security News
Research
Data Theft Repackaged: A Case Study in Malicious Wrapper Packages on npm
The Socket Research Team breaks down a malicious wrapper package that uses obfuscation to harvest credentials and exfiltrate sensitive data.
@brazilian-utils/helper-only-numbers
Advanced tools
> Strips all non numeric characters.
Strips all non numeric characters.
See our website http://brazilian-utils.github.io for more information or the issues associated with this package.
Using NPM:
npm install @brazilian-utils/helper-only-numbers --save
using Yarn
yarn add @brazilian-utils/helper-only-numbers
or using
<script
type="text/javascript"
src="https://unpkg.com/@brazilian-utils/helper-only-numbers/dist/helper-only-numbers.umd.production.js"
></script>
onlyNumbers('527.328.336-12'); // 52732833612
onlyNumbers('123abc456?.#789xyz 0'); // 1234567890
FAQs
> Strips all non numeric characters.
The npm package @brazilian-utils/helper-only-numbers receives a total of 3,029 weekly downloads. As such, @brazilian-utils/helper-only-numbers popularity was classified as popular.
We found that @brazilian-utils/helper-only-numbers demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 3 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.
Security News
Research
The Socket Research Team breaks down a malicious wrapper package that uses obfuscation to harvest credentials and exfiltrate sensitive data.
Research
Security News
Attackers used a malicious npm package typosquatting a popular ESLint plugin to steal sensitive data, execute commands, and exploit developer systems.
Security News
The Ultralytics' PyPI Package was compromised four times in one weekend through GitHub Actions cache poisoning and failure to rotate previously compromised API tokens.