
Research
Two Malicious Rust Crates Impersonate Popular Logger to Steal Wallet Keys
Socket uncovers malicious Rust crates impersonating fast_log to steal Solana and Ethereum wallet keys from source code.
coins-vue-data-table
Advanced tools
A Vue.js data table component
name
( type ) [ default ]data-source
(string | array) [ required ]If data-source
is a string, a GET
request will be made to that URL. Otherwise, if data-source
is an array, that will be used as the table data.
columns
(array) [ required ]An array of the table columns an their parameters. Possible values:
name
Name displayed on tabledata
(string) Key referenced in datadata
(function) A function determines column render. It is passed the data row.type
There are two options here:
localeCompare
function.visible
Whether or not a column should be initially visibleNote: By default boolean table values are converted to Yes/No for true
/false
respectively. This behavior can be overwritten with the function data
data type.
checkboxes
(boolean) [ false ]When enabled, the first column of the table will contain checkbox inputs.
rowsPerPage
(integer) [ 20 ]Number of rows to display
visiblePageRange
(integer) [ 6 ]Number of pages to be visible in the page selector
skipRange
(integer) [ 5 ]How far the >>
and <<
buttons should skip
exportButton
(boolean) [ true
]Whether or not the export button should be visible
columnsButton
( boolean ) [ true
]Whether or not the column selector button should be visible
filter
( boolean ) [ true
]Whether or not the filter should be visible
buttons
( array )An Array of button objects that will be listed next to the other table buttons. The format for the buttons is as follows:
{
title: 'Title displayed on button',
click: (checked rows or all rows if checkboxes are disabled) => { ... }
}
FAQs
A Vue.js data table component for COINS
The npm package coins-vue-data-table receives a total of 0 weekly downloads. As such, coins-vue-data-table popularity was classified as not popular.
We found that coins-vue-data-table 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
Socket uncovers malicious Rust crates impersonating fast_log to steal Solana and Ethereum wallet keys from source code.
Research
A malicious package uses a QR code as steganography in an innovative technique.
Research
/Security News
Socket identified 80 fake candidates targeting engineering roles, including suspected North Korean operators, exposing the new reality of hiring as a security function.