
Security News
Risky Biz Podcast: Making Reachability Analysis Work in Real-World Codebases
This episode explores the hard problem of reachability analysis, from static analysis limits to handling dynamic languages and massive dependency trees.
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.
Security News
This episode explores the hard problem of reachability analysis, from static analysis limits to handling dynamic languages and massive dependency trees.
Security News
/Research
Malicious Nx npm versions stole secrets and wallet info using AI CLI tools; Socket’s AI scanner detected the supply chain attack and flagged the malware.
Security News
CISA’s 2025 draft SBOM guidance adds new fields like hashes, licenses, and tool metadata to make software inventories more actionable.