
Research
Malicious npm Packages Impersonate Flashbots SDKs, Targeting Ethereum Wallet Credentials
Four npm packages disguised as cryptographic tools steal developer credentials and send them to attacker-controlled Telegram infrastructure.
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 1 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
Four npm packages disguised as cryptographic tools steal developer credentials and send them to attacker-controlled Telegram infrastructure.
Security News
Ruby maintainers from Bundler and rbenv teams are building rv to bring Python uv's speed and unified tooling approach to Ruby development.
Security News
Following last week’s supply chain attack, Nx published findings on the GitHub Actions exploit and moved npm publishing to Trusted Publishers.