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.
ilib-loctool-webos-c
Advanced tools
ilib-webos-loctool-c is a plugin for the loctool allows it to read and localize C files. This plugin is optimized for the webOS platform.
This plugin expects to be used libwebosi18n library to internationalize your C code.
It extracts string usages used in the examples below by considering them as strings that need to be translated.
resBundle_getLocString(_gResBundle, "Yes");
resBundle_getLocStringWithKey(resBundle, "PictureMode.Standard", "Standard");
The simple sample is provided in the ilib-loctool-samples repository. Please check the webos-c sample to see how the C file type is localized.
Copyright (c) 2019-2024, JEDLSoft
This plugin is license under Apache2. See the LICENSE file for more details.
nodeunit
to jest
.npm-shrinkwrap.json
. It takes a bigger memory size than I expected on webOS. so I decided not to maintain the file here.loctool
package to peerDependencies
in package.json
.npm-shrinkwrap.json
in the published files. "settings": {
"c": {
"disablePseudo": true
}
}
"settings": {
"localeInherit": {
"en-AU": "en-GB"
}
}
"settings": {
"webos": {
"commonXliff": "./common"
}
}
"settings": {
"localeMap": {
"es-CO": "es"
}
}
FAQs
A loctool plugin that knows how to process C files
The npm package ilib-loctool-webos-c receives a total of 417 weekly downloads. As such, ilib-loctool-webos-c popularity was classified as not popular.
We found that ilib-loctool-webos-c demonstrated a healthy version release cadence and project activity because the last version was released less than 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.