Security News
pnpm 10.0.0 Blocks Lifecycle Scripts by Default
pnpm 10 blocks lifecycle scripts by default to improve security, addressing supply chain attack risks but sparking debate over compatibility and workflow changes.
vue-filter-block
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 library, you don't have to install a thing.
Require the package:
var vueFilterBlock = require('vue-filter-block')
See the structure:
mixins
child
parent
components
filters
vmRemovableInputFilter
vmThreeStateCheckboxFilter
vmPaginatorFilter
vmSortingOrderFilter
other
vmThreeStateCheckbox
vmPaginator
vmFilterMixinTest
test
vmFilterMixinTest
vueFilterBlock.mixins.parent
is primary mixin for your parent
component.
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.
Required npm packages:
vue
vueify
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
The npm package vue-filter-block receives a total of 1 weekly downloads. As such, vue-filter-block popularity was classified as not popular.
We found that vue-filter-block 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
pnpm 10 blocks lifecycle scripts by default to improve security, addressing supply chain attack risks but sparking debate over compatibility and workflow changes.
Product
Socket now supports uv.lock files to ensure consistent, secure dependency resolution for Python projects and enhance supply chain security.
Research
Security News
Socket researchers have discovered multiple malicious npm packages targeting Solana private keys, abusing Gmail to exfiltrate the data and drain Solana wallets.