
Research
Malicious fezbox npm Package Steals Browser Passwords from Cookies via Innovative QR Code Steganographic Technique
A malicious package uses a QR code as steganography in an innovative technique.
vue-tree-table-component
Advanced tools
**Vue-tree-table-component** is a customizable solution for fast creation of components containing tree structure - most of all tree tables!
Vue-tree-table-component is a customizable solution for fast creation of components containing tree structure - most of all tree tables!
npm install vue-tree-table-component --save
yarn add vue-tree-table-component
In order to use the VueTreeTable component you just have to import it an pass two props:
Let's take a look at simple example:
<template>
<tree-table
class="table"
:columns="columns"
:table-data="tableData" />
</template>
<script>
import TreeTable from 'vue-tree-table-component'
export default {
name: 'DefaultTableTree',
components: {TreeTable},
data: function(){
return {
tableData: [
{name: 'Ziuta', surname: 'Kozak', children: [
{name: 'Czerwony Kapturek', surname: 'Kozak'}
]},
{name: 'Koziolek', surname: 'Matolek', children: [
{ name: 'Timon', surname: 'Matolek', children: [ {name: 'Timon Junior', surname: 'Matolek'} ]}
]},
{name: 'Pumba', surname: 'unknown'}
],
columns: [{label: 'Name', id: 'name'}, {label: 'Surname', id: 'surname'}]
}
}
}
</script>
<style scoped>
.table{
width: 60%;
margin: auto;
}
</style>
You can find whole documentation with examples here
We're always open for contributions. If you'd like to get involved, contact us at grzegorz.tluszcz@upsidelab.io. If you've found any bugs or have ideas for new features you can create an issue on GitHub.
VoiceCommerce is provided under the MIT license.
Please see LICENSE for licensing details.
FAQs
**Vue-tree-table-component** is a customizable solution for fast creation of components containing tree structure - most of all tree tables!
The npm package vue-tree-table-component receives a total of 158 weekly downloads. As such, vue-tree-table-component popularity was classified as not popular.
We found that vue-tree-table-component 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
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.
Application Security
/Research
/Security News
Socket detected multiple compromised CrowdStrike npm packages, continuing the "Shai-Hulud" supply chain attack that has now impacted nearly 500 packages.