systemjs-plugin-css
Advanced tools
Comparing version
@@ -69,3 +69,6 @@ if (typeof window !== 'undefined') { | ||
}; | ||
head.insertBefore(link, existingLinks[0]); | ||
if (existingLinks.length) | ||
head.insertBefore(link, existingLinks[0]); | ||
else | ||
head.appendChild(link); | ||
}) | ||
@@ -72,0 +75,0 @@ // Remove the old link regardless of loading outcome |
{ | ||
"name": "systemjs-plugin-css", | ||
"version": "0.1.22", | ||
"version": "0.1.23", | ||
"main": "css", | ||
@@ -5,0 +5,0 @@ "registry": "jspm", |
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
315776
0.02%8203
0.04%3
-25%