🚀 Big News: Socket Acquires Coana to Bring Reachability Analysis to Every Appsec Team.Learn more
Socket
DemoInstallSign in
Socket

load-act

Package Overview
Dependencies
Maintainers
1
Versions
9
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

load-act - npm Package Compare versions

Comparing version

to
1.0.6

2

package.json
{
"name": "load-act",
"version": "1.0.5",
"version": "1.0.6",
"description": "",

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

@@ -63,8 +63,2 @@ import axios from 'axios';

data = window.dataConfig[this.key];
} else if (typeof this.data === 'string') {
try {
data = require(this.data);
} catch (error) {
console.log(error);
}
}

@@ -75,3 +69,3 @@ return data;

this._initScript();
if (this.data instanceof Array && this.data.length > 0) this._sortConfigData();
this._sortConfigData();
this._loadJson();

@@ -78,0 +72,0 @@ this._loadCss();