🚀 Socket Launch Week Day 5:Introducing Repository Access Permissions and Custom Roles.Learn more
Sign In

@hao360/cube-css-loader

Package Overview
Dependencies
Maintainers
7
Versions
7
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@hao360/cube-css-loader - npm Package Compare versions

Comparing version
1.2.2
to
1.2.3
+7
-1
index.js

@@ -126,4 +126,10 @@ const css = require('css');

this.callback(null, 'module.exports = `' + result.code + '`;', result.map, cssObj);
if(global.cubeCssData){
global.cubeCssData[this.resourcePath] = result.code;
return 'module.exports = "/*__cube_css_here__*/";';
} else {
this.callback(null, 'module.exports = `' + result.code + '`;', result.map, cssObj);
return;
}
}
};
+1
-1
{
"name": "@hao360/cube-css-loader",
"version": "1.2.2",
"version": "1.2.3",
"description": "cube css loader",

@@ -5,0 +5,0 @@ "main": "index.js",