Comparing version 2.0.54 to 2.0.55
@@ -458,10 +458,4 @@ (function webpackUniversalModuleDefinition(root, factory) { | ||
} | ||
if (this.scope && this.scope.hasOwnProperty(key)) { | ||
if (isPlainObject(this.scope[key])) { | ||
return extend(true, {}, this.scope[key]); | ||
} else if (isArray(this.scope[key])) { | ||
return extend(true, [], this.scope[key]); | ||
} else { | ||
return this.scope[key]; | ||
} | ||
if (this.scope.hasOwnProperty(key)) { | ||
return this.scope[key]; | ||
} | ||
@@ -1528,3 +1522,3 @@ return defaultVal; | ||
each(moves, function(move) { | ||
var el, index, insertNode; | ||
var el, error, error1, index, insertNode; | ||
index = move.index; | ||
@@ -1545,3 +1539,8 @@ if (move.type === 0) { | ||
staticNodeList.splice(index, 0, insertNode); | ||
node.insertBefore(insertNode, node.childNodes[index] || null); | ||
try { | ||
node.insertBefore(insertNode, node.childNodes[index] || null); | ||
} catch (error1) { | ||
error = error1; | ||
console.log(node); | ||
} | ||
} | ||
@@ -1548,0 +1547,0 @@ }); |
{ | ||
"name": "mcoreapp", | ||
"version": "2.0.54", | ||
"version": "2.0.55", | ||
"description": "simple MVVM", | ||
@@ -5,0 +5,0 @@ "main": "dist/mcoreApp.js", |
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
Environment variable access
Supply chain riskPackage accesses environment variables, which may be a sign of credential stuffing or data theft.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
Dynamic require
Supply chain riskDynamic require can indicate the package is performing dangerous or unsafe dynamic code execution.
Found 1 instance in 1 package
Environment variable access
Supply chain riskPackage accesses environment variables, which may be a sign of credential stuffing or data theft.
Found 1 instance in 1 package
Long strings
Supply chain riskContains long string literals, which may be a sign of obfuscated or packed code.
Found 1 instance in 1 package
25
2518000
48279