Research
Security News
Malicious npm Packages Inject SSH Backdoors via Typosquatted Libraries
Socket’s threat research team has detected six malicious npm packages typosquatting popular libraries to insert SSH backdoors.
asva-vue-filters
Advanced tools
Decoupled filter block for vue.js. Mixins and example components
Bundle of several mixins and coomponents aimed to simplify table sorting in vue.js applications. Take a look at the demo.
npm install vue-filter-block
As it's not a plugin, you don't have to install much. Just require the package when needed:
var vueFilterBlock = require('vue-filter-block')
Let's assume you have a table and you want to add some filters on top of it. To sort by name and date, for instance. The component for parent mixin is one that contains both table and filters.
vueFilterBlock.mixins.child
is used for every filter in filters.
Take a look into components/filters for usage hints.
Yes, we have a demo.
In demo every component has line such as vm-wrapper-filter
. Just convert it
into camelCase and you have correct import name:
import {vmWrapperFilter} from 'asva-vue-filters'
Then you can add component to parent:
components: {
vmWrapperFilter
}
Required npm packages:
lockr
lodash
vue
You probably will also require bundling solution such as webpack or browserify.
git checkout -b my-new-feature
git commit -am 'Add some feature'
git push origin my-new-feature
This project is licensed under the MIT License
FAQs
Decoupled filter block for vue.js. Mixins and example components
We found that asva-vue-filters 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’s threat research team has detected six malicious npm packages typosquatting popular libraries to insert SSH backdoors.
Security News
MITRE's 2024 CWE Top 25 highlights critical software vulnerabilities like XSS, SQL Injection, and CSRF, reflecting shifts due to a refined ranking methodology.
Security News
In this segment of the Risky Business podcast, Feross Aboukhadijeh and Patrick Gray discuss the challenges of tracking malware discovered in open source softare.