Research
Security News
Quasar RAT Disguised as an npm Package for Detecting Vulnerabilities in Ethereum Smart Contracts
Socket researchers uncover a malicious npm package posing as a tool for detecting vulnerabilities in Etherium smart contracts.
A flexible grid component for Vue.js
We've moved! The latest version of vue-grid is now located at vue-grid2 on NPM.
vue-grid is designed to be an advanced Vue.js grid component allowing for fast loading and rendering of tabular data.
https://github.com/dzwillia/vue-grid/
https://dzwillia.github.io/vue-grid
IE 10+ (due to Flexbox support).
npm install vue2-grid --save
All styling for this component is done using Tachyons.css. No external CSS files are required at this time.
<grid
data-url="https://enter-your-data/url/endpoint/here"
></grid>
Please note that for now he JSON payload must be formatted as follows:
{
"columns": [
{ "name": "col1" },
{ "name": "col2" },
{ "name": "col3" }
],
"rows": [
{
"col1": "Column 1 Row 1",
"col2": "Column 2 Row 1",
"col3": "Column 3 Row 1"
},{
"col1": "Column 1 Row 2",
"col2": "Column 2 Row 2",
"col3": "Column 3 Row 2"
},{
"col1": "Column 1 Row 3",
"col2": "Column 2 Row 3",
"col3": "Column 3 Row 3"
}
],
"total_count": 1000
}
The columns
node only needs to be provided on the first call.
vue-grid is open source and released under the MIT License.
Copyright (c) 2017 David Z Williams.
PS: I would love to know if you're using vue-grid. Tweet to me at @padredaveo.
FAQs
A flexible grid component for Vue.js
The npm package vue2-grid receives a total of 0 weekly downloads. As such, vue2-grid popularity was classified as not popular.
We found that vue2-grid 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
Security News
Socket researchers uncover a malicious npm package posing as a tool for detecting vulnerabilities in Etherium smart contracts.
Security News
Research
A supply chain attack on Rspack's npm packages injected cryptomining malware, potentially impacting thousands of developers.
Research
Security News
Socket researchers discovered a malware campaign on npm delivering the Skuld infostealer via typosquatted packages, exposing sensitive data.