
Research
PyPI Package Disguised as Instagram Growth Tool Harvests User Credentials
A deceptive PyPI package posing as an Instagram growth tool collects user credentials and sends them to third-party bot services.
@rmwc/grid
Advanced tools
Material design’s responsive UI is based on a column-variate grid layout. It has 12 columns on desktop, 8 columns on tablet and 4 columns on phone.
<Grid>
<GridCell span={4}>1</GridCell>
<GridCell span={4}>2</GridCell>
<GridCell span={4}>3</GridCell>
</Grid>
<Grid>
{/* If you need additional control over height of your grid, or need to add SubGrids, you can add your own GridRow components. */}
<GridRow>
<GridCell span={6}>1</GridCell>
<GridCell span={6}>
<GridRow>
<GridCell span={6}>a</GridCell>
<GridCell span={6}>b</GridCell>
</GridRow>
</GridCell>
</GridRow>
</Grid>
A Grid component
Name | Type | Description |
---|---|---|
align | "left" | "right" | Specifies the alignment of the whole grid. |
children | ReactNode | Children for the Grid |
fixedColumnWidth | boolean | Specifies the grid should have fixed column width. |
A Grid cell
Name | Type | Description |
---|---|---|
align | "middle" | "top" | "bottom" | Specifies the alignment of cell |
desktop | number | Number of columns to span on a desktop. |
order | number | Specifies the order of the cell. |
phone | number | Number of columns to span on a phone. |
span | number | Default number of columns to span. |
tablet | number | Number of columns to span on a tablet. |
By default, an inner grid component is included inside of . Use GridRow when doing nested Grids.
FAQs
RMWC Grid component
The npm package @rmwc/grid receives a total of 5,882 weekly downloads. As such, @rmwc/grid popularity was classified as popular.
We found that @rmwc/grid 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
A deceptive PyPI package posing as an Instagram growth tool collects user credentials and sends them to third-party bot services.
Product
Socket now supports pylock.toml, enabling secure, reproducible Python builds with advanced scanning and full alignment with PEP 751's new standard.
Security News
Research
Socket uncovered two npm packages that register hidden HTTP endpoints to delete all files on command.