Research
Security News
Malicious npm Package Targets Solana Developers and Hijacks Funds
A malicious npm package targets Solana developers, rerouting funds in 2% of transactions to a hardcoded address.
essence-data-table
Advanced tools
Options:
true
- sortable datatablefalse
(default) - hide the sortable datatable<DataTable>
<DataTableHeader classes={'e-text-grey-400'}>
<DataTableRow>
<DataTableColumn>
<Switch
type='checkbox'
name='column'
defaultValue='radio-value'
/>
</DataTableColumn>
<DataTableColumn>
Column 1
</DataTableColumn>
<DataTableColumn>
Column 2
</DataTableColumn>
<DataTableColumn>
Column 3
</DataTableColumn>
</DataTableRow>
</DataTableHeader>
<DataTableBody classes={'e-text-grey-700'}>
<DataTableRow>
<DataTableColumn>
<Switch
type='checkbox'
name='column'
defaultValue='radio-value'
/>
</DataTableColumn>
<DataTableColumn>Row 1 Column 1</DataTableColumn>
<DataTableColumn>Row 1 Column 2</DataTableColumn>
<DataTableColumn>Row 1 Column 3</DataTableColumn>
</DataTableRow>
<DataTableRow>
<DataTableColumn>
<Switch
type='checkbox'
name='column'
defaultValue='radio-value'
/>
</DataTableColumn>
<DataTableColumn>Row 2 Column 1</DataTableColumn>
<DataTableColumn>Row 2 Column 2</DataTableColumn>
<DataTableColumn>Row 2 Column 3</DataTableColumn>
</DataTableRow>
<DataTableRow>
<DataTableColumn>
<Switch
type='checkbox'
name='column'
defaultValue='radio-value'
/>
</DataTableColumn>
<DataTableColumn>Row 3 Column 1</DataTableColumn>
<DataTableColumn>Row 3 Column 2</DataTableColumn>
<DataTableColumn>Row 3 Column 3</DataTableColumn>
</DataTableRow>
</DataTableBody>
</DataTable>
{
'header': [
{'name': 'Desert (100g serving)', 'tooltip': 'Caption for the column Desert (100g serving)'},
{'name': 'Calories', 'tooltip': 'Caption for the column Calories'},
{'name': 'Fat (g)', 'tooltip': 'Caption for the column Fat (g)'},
{'name': 'Carbs (g)', 'tooltip': 'Caption for the column Carbs (g)'},
{'name': 'Protein (g)', 'tooltip': 'Caption for the column Protein (g)'},
{'name': 'Sodium (mg)', 'tooltip': 'Caption for the column Sodium (mg)'},
{'name': 'Calcium (%)', 'tooltip': 'Caption for the column Calcium (%)'},
{'name': 'Iron (%)', 'tooltip': 'Caption for the column Iron (%)'},
],
'rows': [
['Frozen yogurt', '159', '6.0', '24', '4.0', '87', '14%', '1%'],
['Ice cream sandwich', '237', '9.0', '37', '4.3', '129', '8%', '1%'],
['Eclair', '262', '16.0', '24', '6.0', '337', '6%', '7%'],
['Cupcake', '305', '16.0', '24', '6.0', '413', '3%', '6%'],
['Gingerbread', '356', '3.7', '67', '4.3', '413', '3%', '8%'],
['Jelly bean', '356', '16.0', '94', '4.3', '129', '8%', '16%'],
['Lollipop', '392', '0.2', '97', '0.0', '50', '0%', '2%'],
['Honeycomb', '408', '3.2', '87', '0.0', '129', '4%', '45%'],
['Donut', '452', '25.0', '51', '4.9', '326', '0%', '22%'],
['KitKat', '518', '26.0', '65', '7.0', '54', '8%', '6%'],
['Input', '518', '26.0', '65', '7.0', '54', '8%', (<Input name='input' placeholder='Demo input' classes={'has-success'} />)]
]
}
FAQs
Essence Data Table - Data Table component
The npm package essence-data-table receives a total of 11 weekly downloads. As such, essence-data-table popularity was classified as not popular.
We found that essence-data-table demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 3 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
A malicious npm package targets Solana developers, rerouting funds in 2% of transactions to a hardcoded address.
Security News
Research
Socket researchers have discovered malicious npm packages targeting crypto developers, stealing credentials and wallet data using spyware delivered through typosquats of popular cryptographic libraries.
Security News
Socket's package search now displays weekly downloads for npm packages, helping developers quickly assess popularity and make more informed decisions.