🚀 Socket Launch Week Day 5:Introducing Repository Access Permissions and Custom Roles.Learn more
Sign In

@fouro/elx

Package Overview
Dependencies
Maintainers
6
Versions
57
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@fouro/elx - npm Package Compare versions

Comparing version
1.0.55
to
1.0.56
+1
-1
package.json
{
"name": "@fouro/elx",
"version": "1.0.55",
"version": "1.0.56",
"description": "element-ui components",

@@ -5,0 +5,0 @@ "main": "/src",

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

nodes.forEach(node => {
arr.push(node);
if(!node[this.disabledProp])arr.push(node);
if (node[childProp] && node[childProp].length) {

@@ -310,3 +310,2 @@ buildArray(node[childProp]);

rootKeys = roots && roots.map(item => item[keyProp]);
//严格模式

@@ -313,0 +312,0 @@ if (this.checkStrictly) {

Sorry, the diff of this file is not supported yet