lockandload
Advanced tools
Comparing version 2.1.8 to 2.1.10
@@ -23,3 +23,4 @@ // License: ISC OR GPL-3.0 | ||
else try { throw new Error(0); } catch (e) { n=e.stack; } | ||
n=n.match(/([-\w_]+)\.(?:[-\w_]+\.)*js/)[1]; | ||
n=n.match(/([-\w_]+(?:\.[-\w_]+)*)\.js(?:[^\w]|$)/)[1]; | ||
if (j=n.match(/(.*)\.min$/)) n=j[1]; | ||
} | ||
@@ -26,0 +27,0 @@ if (n === 1) |
@@ -19,3 +19,4 @@ // License: ISC OR GPL-3.0 | ||
else try { throw new Error(0); } catch (e) { n=e.stack; } | ||
n=n.match(/([-\w_]+)\.(?:[-\w_]+\.)*js/)[1]; | ||
n=n.match(/([-\w_]+(?:\.[-\w_]+)*)\.js(?:[^\w]|$)/)[1]; | ||
if (j=n.match(/(.*)\.min$/)) n=j[1]; | ||
} | ||
@@ -22,0 +23,0 @@ j=1; R[n]={}; L[n]=L[n]||[]; c(d=d||[F,X,M]); |
{ | ||
"name": "lockandload", | ||
"version": "2.1.8", | ||
"version": "2.1.10", | ||
"description": "Minimalist AMD-compliant Javascript and CSS loader", | ||
@@ -5,0 +5,0 @@ "main": "index.html", |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
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
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
45899
156