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

@alicloudfe/build-plugin-fusion-css

Package Overview
Dependencies
Maintainers
2
Versions
6
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@alicloudfe/build-plugin-fusion-css - npm Package Compare versions

Comparing version 1.0.0 to 1.0.1

4

package.json
{
"name": "@alicloudfe/build-plugin-fusion-css",
"version": "1.0.0",
"version": "1.0.1",
"description": "用于修改fusion css-prefix & css-variable作用域",
"main": "index.js",
"main": "src/index.js",
"scripts": {

@@ -7,0 +7,0 @@ "test": "echo \"Error: no test specified\" && exit 1"

module.exports = ({ onGetWebpackConfig, log }) => {
onGetWebpackConfig((config) => {
log('in');
log(config);
log.info('in');
config.module
.rule('css')
.oneOf('fusionPrefix|fusionVarScope')
.resourceQuery(/fusionPrefix|fusionVarScope/)

@@ -8,0 +8,0 @@ .use('fusion-css-loader')

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc