
Research
Security News
Lazarus Strikes npm Again with New Wave of Malicious Packages
The Socket Research Team has discovered six new malicious npm packages linked to North Korea’s Lazarus Group, designed to steal credentials and deploy backdoors.
asva-vue-filters
Advanced tools
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
The Socket Research Team has discovered six new malicious npm packages linked to North Korea’s Lazarus Group, designed to steal credentials and deploy backdoors.
Security News
Socket CEO Feross Aboukhadijeh discusses the open web, open source security, and how Socket tackles software supply chain attacks on The Pair Program podcast.
Security News
Opengrep continues building momentum with the alpha release of its Playground tool, demonstrating the project's rapid evolution just two months after its initial launch.