New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

systemjs-plugin-css

Package Overview
Dependencies
Maintainers
1
Versions
17
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

systemjs-plugin-css - npm Package Compare versions

Comparing version

to
0.1.23

5

css.js

@@ -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

2

package.json
{
"name": "systemjs-plugin-css",
"version": "0.1.22",
"version": "0.1.23",
"main": "css",

@@ -5,0 +5,0 @@ "registry": "jspm",