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.
myanmar-nrc-tool
Advanced tools
Prefixer for Myanmar National Registration Card's Format
[State Number]\[District]([NAING/N])[Register No]
12/OKM(N)123456
12/OUKAMA(N)123456
12/OKM(NAING)123456
Prefer formats
12/OUKAMA(N)123456
12/OUKAMA(NAING)123456
၁၂/ဥကမ(နိုင်)၁၂၃၄၅၆
NOTE
Three english characters in district are not complete format and will not support some function. So you should be use six english characters for district.
var nrc = MMNRC("12/OuKaMa (NAING) 123456");
nrc.getFormat() // 12/OUKAMA(N)123456
nrc.getFormat("mm") // ၁၂/ဉကမ(နိုင်)၁၂၃၄၅၆
var nrc = MMNRC("12/OUKAMA (N) 123456");
nrc.isEqual('၁၂/ဥကမ(နိုင်)၁၂၃၄၅၆') // return true;
var nrc = MMNRC("14/PaPaNa(N)123456");
nrc.getState("mm") //ဧရာဝတီတိုင်း
nrc.getState() // Ayeyarwaddy
FAQs
Myanmar NRC assert tool, used unicode
The npm package myanmar-nrc-tool receives a total of 4 weekly downloads. As such, myanmar-nrc-tool popularity was classified as not popular.
We found that myanmar-nrc-tool 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.
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.