
Research
Namastex.ai npm Packages Hit with TeamPCP-Style CanisterWorm Malware
Malicious Namastex.ai npm packages appear to replicate TeamPCP-style Canister Worm tradecraft, including exfiltration and self-propagation.
nodegui-stylesheet
Advanced tools
react-native inspired implementation of stylesheet, written in typescript
react-native inspired implementation of stylesheet, written in typescript
Compatible with plain nodegui and react-nodegui, both JS and TS.
Despite web nature of css styling of Qt widgets, sometimes it can fall flat due to some strange inconsistencies and differences between Qt and web browser Here is a list of inconsistencies that gets handled:
1 Create a stylesheet
import { create } from 'nodegui-stylesheet';
const style = create({
wrapper: {
flex: 1
},
logo: {
fontSize: 14
}
});
2 Use stylesheet properties instead of long css strings
// with nogegui-react
<View style={style.wrapper}>
<Text style={style.logo}>Hello</Text>
</Text>
// with plain nogegui
const label = new QLabel();
label.setText("Hello");
label.setInlineStyle(style.logo);
3 Use specific units if you need them, list of supported units from qt docs:
import { create, units } from 'nodegui-stylesheet';
const style = create({
wrapper: {
flex: 1
},
logo: {
marginTop: units(1, 'ex')
}
});
FAQs
react-native inspired implementation of stylesheet, written in typescript
We found that nodegui-stylesheet 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
Malicious Namastex.ai npm packages appear to replicate TeamPCP-style Canister Worm tradecraft, including exfiltration and self-propagation.

Product
Explore exportable charts for vulnerabilities, dependencies, and usage with Reports, Socket’s new extensible reporting framework.

Product
Socket for Jira lets teams turn alerts into Jira tickets with manual creation, automated ticketing rules, and two-way sync.