
Research
npm Malware Targets Telegram Bot Developers with Persistent SSH Backdoors
Malicious npm packages posing as Telegram bot libraries install SSH backdoors and exfiltrate data from Linux developer machines.
@codin/mwc-grid
Advanced tools
Simple component that implements Material Design grid
<mwc-grid>
<mwc-grid-cell desktop="6">
<p>some content</p>
</mwc-grid-cell>
<mwc-grid-cell desktop="6">
<mwc-grid-inner>
<mwc-grid-cell span="8">
<p>some other content</p>
</mwc-grid-cell>
</mwc-grid-inner>
</mwc-grid-cell>
</mwc-grid>
Property | Description | Value |
---|---|---|
align | alignment of container | left, right |
This element is append before content slot of grid
To nest layout grid, add mwc-grid-inner to wrap around nested mwc-grid-cell within an existing mwc-grid-cell. However, the Material Design guidelines do not recommend having a deeply nested grid as it might mean an over complicated UX.
Property | Description | Value |
---|---|---|
span | grid span | 1-12 (default: 12) |
mobile | grid span @mobile | 1-4 |
tablet | grid span @tablet | 1-8 |
desktop | grid span @desktop | 1-12 |
order | order of cell | number |
align | alignment of cell | top, middle, bottom |
see material.io
FAQs
Element for highlighting code
We found that @codin/mwc-grid 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 npm packages posing as Telegram bot libraries install SSH backdoors and exfiltrate data from Linux developer machines.
Security News
pip, PDM, pip-audit, and the packaging library are already adding support for Python’s new lock file format.
Product
Socket's Go support is now generally available, bringing automatic scanning and deep code analysis to all users with Go projects.