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-qml
Advanced tools
ilib-webos-loctool-qml is a plugin for the loctool allows it to read and localize QML files. This plugin is optimized for the webOS platform.
This plugin expects the strings to be marked by using proper APIs from QT suggested.
Text { text: qsTr("hello") }
Text { text: qsTranslate("CustomContext", "hello") }
The simple sample is provided in ilib-loctool-samples repository. Please check the webos-qml sample to see how the qml 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.qsTranslate()
as a context value instead of file name. "settings": {
"json": {
"disablePseudo": true
}
}
"settings": {
"localeInherit": {
"en-AU": "en-GB"
}
}
"settings": {
"webos": {
"commonXliff": "./common"
}
}
js
to the list of file extensions that this plugin handles.SourceContextResourceString
in qml file string to solve an issue regarding duplicated keys are exist in the same fileFAQs
A loctool plugin that knows how to process qml files
The npm package ilib-loctool-webos-qml receives a total of 336 weekly downloads. As such, ilib-loctool-webos-qml popularity was classified as not popular.
We found that ilib-loctool-webos-qml demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 0 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.