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.27

build-clean-css/jspm.config.js

5

package.json
{
"name": "systemjs-plugin-css",
"version": "0.1.26",
"version": "0.1.27",
"main": "css",
"registry": "jspm",
"scripts": {
"test": "mocha --harmony test/test.js"
"test": "mocha --harmony test/test.js",
"build": "cd build-clean-css && jspm build clean-css --node ../clean-css.js"
},

@@ -9,0 +10,0 @@ "devDependencies": {

2

README.md

@@ -39,3 +39,3 @@ css

meta: {
'*.css': { loader: css }
'*.css': { loader: 'css' }
}

@@ -42,0 +42,0 @@ });

@@ -9,2 +9,2 @@ System.registerDynamic("test/data/test.css!css.js", [], false, function ($__require, $__exports, $__module) {

(function(c){if (typeof document == 'undefined') return; var d=document,a='appendChild',i='styleSheet',s=d.createElement('style');s.type='text/css';d.getElementsByTagName('head')[0][a](s);s[i]?s[i].cssText=c:s[a](d.createTextNode(c));})
("body{background-color:red;background-image:url(test/data/x.png)}");
("h1{font-size:20px}body{background-color:red;background-image:url(test/data/x.png)}");

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is not supported yet