🎩 You're Invited:Meet the Socket team at Black Hat in Las Vegas, August 3-6.RSVP
Sign In

@ax2/xms-dashboard-module

Package Overview
Dependencies
Maintainers
1
Versions
16
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@ax2/xms-dashboard-module - npm Package Compare versions

Comparing version
0.2.4-alpha.70
to
0.2.4-alpha.71
+2
-2
package.json
{
"name": "@ax2/xms-dashboard-module",
"version": "0.2.4-alpha.70+a95de4f",
"version": "0.2.4-alpha.71+ce859a2",
"main": "src/main.js",

@@ -43,3 +43,3 @@ "publishConfig": {

},
"gitHead": "a95de4f689ce475e3ce7b7649bf23c072b91c8ad"
"gitHead": "ce859a277e9f5661e65fb797daf48a37043ebda4"
}

@@ -86,2 +86,5 @@ <template>

},
skip () {
return this.filtersLoading;
},
result (data) {

@@ -88,0 +91,0 @@ if (data.error) {

@@ -61,3 +61,3 @@ <template>

skip () {
return false;
return this.filtersLoading;
},

@@ -64,0 +64,0 @@ },

@@ -14,2 +14,3 @@ import gql from 'graphql-tag';

selectedFilters: {},
filtersLoading: true,
};

@@ -37,2 +38,3 @@ },

}
this.filtersLoading = false;
},

@@ -39,0 +41,0 @@ methods: {