
Security News
The Hidden Blast Radius of the Axios Compromise
The Axios compromise shows how time-dependent dependency resolution makes exposure harder to detect and contain.
A basic and custom grid to be able to capture and edit range of values in a pivot grid for Angular 5+ Apps.
<rg-grid #grid
[concepts]="concepts"
[columnsDataSource]="columns"
[displayTotalPerRow]="true"
[displayGeneralTotal]="true"
[editConcepts]="false"
[allowDecimals]="false"
[decimalPositions]="3"
[navigationType]="0"
[displayTotalPerColumn]="true"
[height]="600"
conceptField="name">
</rg-grid>
[
{
id: 1,
name: 'John Doe',
email: 'johndoe@example.com'
},
{
id: 2,
name: 'Peter Parker',
email: 'spiderman@marvel.com'
},
{
id: 3,
name: 'Pedro Perez',
email: 'pperezz@live.com'
},
{
id: 3,
name: 'Susan Lee',
email: 'slee@gmail.com'
}
]
columns: IColumnItem[] = [
{
editable: false,
title: 'Email', // this appears only as a readonly column
fieldName: 'email'
}
{
title: 'Monday',
editable: true
},
{
title: 'Tuesday',
editable: true
},
{
title: 'Wednesday',
editable: true
},
{
title: 'Thursday',
editable: true
},
{
title: 'Friday',
editable: true
}
];
Simply run the npm install script
npm install --save rggrid
FAQs
A basic editable datagrid control for Angular apps.
We found that rggrid 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.

Security News
The Axios compromise shows how time-dependent dependency resolution makes exposure harder to detect and contain.

Research
A supply chain attack on Axios introduced a malicious dependency, plain-crypto-js@4.2.1, published minutes earlier and absent from the project’s GitHub releases.

Research
Malicious versions of the Telnyx Python SDK on PyPI delivered credential-stealing malware via a multi-stage supply chain attack.