Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

asva-vue-filters

Package Overview
Dependencies
Maintainers
1
Versions
20
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

asva-vue-filters - npm Package Compare versions

Comparing version 1.3.1 to 1.3.2

8

mixins/parent.js

@@ -49,6 +49,6 @@ import _ from 'lodash'

methods: {
setFilters: function () {
this.$broadcast('set-filters', this.$options.filters.data)
setFilters () {
this.filters.bus.$emit('set-filters', this.$options.filters.data)
},
resetFilters: function () {
resetFilters () {
this.$options.filters.data = {}

@@ -62,3 +62,3 @@ this.setFilters()

*/
registerUpdate: function () {
registerUpdate () {
if (this.filters.toUpdate) {

@@ -65,0 +65,0 @@ return;

{
"name": "asva-vue-filters",
"version": "1.3.1",
"version": "1.3.2",
"description": "Decoupled filter block for vue.js. Mixins and example components",

@@ -5,0 +5,0 @@ "main": "index.js",

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc