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.2 to 1.3.3

3

mixins/parent.js

@@ -44,2 +44,5 @@ import _ from 'lodash'

let savedFilters = storage.getValue(this.$options.filters.storageName)
if (savedFilters === undefined){
savedFilters = {}
}
this.filters.bus.$emit('set-filters', savedFilters)

@@ -46,0 +49,0 @@ this.registerUpdate()

2

package.json
{
"name": "asva-vue-filters",
"version": "1.3.2",
"version": "1.3.3",
"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