
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.
flexi-table
Advanced tools
Welcome to version 1.1.5 of Flexi Table, an easy to implement, and well maintained Vue.js component.
You can support this project by giving it a star, or following the author. :heart:.
Flexi Table vue component made by Oliver
npm install flexi-table --save-dev
import FlexiTable from 'flexi-table';
export default {
components: {
FlexiTable
},
data() {
return {
rows: [
'Row 1',
'Row 2',
'Row 3'
],
columns: [
{columnName: "Adam", columnType: "Some Product", columnSize: "XXL"},
{columnName: "Adam", columnType: "Some Product", columnSize: "XXL"},
{columnName: "Adam", columnType: "Some Products",columnSize: "M"},
]
}
}
}
<flexi-table
:color="'green'"
:rows="rows"
:columns="columns"
/>
Include the script file, then install the component with Vue.use(FlexiTable); e.g.:
<script type="text/javascript" src="node_modules/vuejs/dist/vue.min.js"></script>
<script type="text/javascript" src="node_modules/flexi-table/dist/flexi-table.min.js"></script>
<script type="text/javascript">
Vue.use(FlexiTable);
</script>
| Name | Type | Description |
|---|---|---|
| color | String | Four colors available (green, red, blue and yelow) |
| rows | Array | Set rows / headers of the table |
| columns | Array | Set columns of the table |
FAQs
A Vue.js component Table
The npm package flexi-table receives a total of 12 weekly downloads. As such, flexi-table popularity was classified as not popular.
We found that flexi-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.