Research
Security News
Malicious npm Packages Inject SSH Backdoors via Typosquatted Libraries
Socket’s threat research team has detected six malicious npm packages typosquatting popular libraries to insert SSH backdoors.
@persian-tools/react-persian-tools
Advanced tools
https://persian-tools.github.io/react-persian-tools/
npm install --save react-persian-tools
import React, { Component } from 'react'
import PersianTools from 'react-persian-tools'
class Example extends Component {
render() {
return (
<>
<PersianTools.WordsToNumber>منفی سه هزارمین</PersianTools.WordsToNumber>
<PersianTools.WordsToNumber fuzzy>یگصد و بنجاه هزار</PersianTools.WordsToNumber>
<PersianTools.NumberToWords>500,443</PersianTools.NumberToWords>
<PersianTools.NumberToWords ordinal>500,443</PersianTools.NumberToWords>
<PersianTools.AddCommas>30000000</PersianTools.AddCommas>
<PersianTools.RemoveCommas>30,000,000</PersianTools.RemoveCommas>
<PersianTools.DigitsArToEn>٠١٢٣٤٥٦٧٨٩</PersianTools.DigitsArToEn>
<PersianTools.DigitsArToFa>٠١٢٣٤٥٦٧٨٩</PersianTools.DigitsArToFa>
<PersianTools.DigitsEnToFa>123۴۵۶</PersianTools.DigitsEnToFa>
<PersianTools.DigitsFaToEn>123۴۵۶</PersianTools.DigitsFaToEn>
</>
)
}
}
Thank you for your interest in contributing! Please feel free to put up a PR for any issue or feature request.
This project is licensed under the MIT License - see the LICENSE.md file for details.
FAQs
React wrapper component around persian tools
We found that @persian-tools/react-persian-tools demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 2 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
Socket’s threat research team has detected six malicious npm packages typosquatting popular libraries to insert SSH backdoors.
Security News
MITRE's 2024 CWE Top 25 highlights critical software vulnerabilities like XSS, SQL Injection, and CSRF, reflecting shifts due to a refined ranking methodology.
Security News
In this segment of the Risky Business podcast, Feross Aboukhadijeh and Patrick Gray discuss the challenges of tracking malware discovered in open source softare.