css-mqpacker-webpack-plugin
Advanced tools
Comparing version 0.7.1 to 0.8.0
{ | ||
"name": "css-mqpacker-webpack-plugin", | ||
"version": "0.7.1", | ||
"version": "0.8.0", | ||
"description": "The Webpack plugin for pack same CSS media query rules into one using PostCSS", | ||
"main": "src/index.js", | ||
"scripts": { | ||
"hoist": "node hoist.js" | ||
}, | ||
"dependencies": { | ||
@@ -10,10 +13,9 @@ "last-call-webpack-plugin": "^3.0.0" | ||
"devDependencies": { | ||
"@hail2u/css-mqpacker": "github:hail2u/node-css-mqpacker#1da23b6" | ||
"@hail2u/css-mqpacker": "github:hail2u/node-css-mqpacker#1da23b6", | ||
"fs-extra": "^9.1.0" | ||
}, | ||
"peerDependencies": { | ||
"webpack": "^4.0.0 || ^5.0.0" | ||
"webpack": "^4.0.0 || ^5.0.0", | ||
"postcss": "^7.0.0 || ^8.0.0" | ||
}, | ||
"bundledDependencies": [ | ||
"@hail2u/css-mqpacker" | ||
], | ||
"keywords": [ | ||
@@ -20,0 +22,0 @@ "webpack", |
const postcss = require('postcss'); | ||
const LastCallWebpackPlugin = require('last-call-webpack-plugin'); | ||
const mqpacker = require('@hail2u/css-mqpacker'); | ||
const mqpacker = require('../css-mqpacker/index.js'); | ||
@@ -5,0 +5,0 @@ class CSSMQPackerPlugin extends LastCallWebpackPlugin { |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
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
Filesystem access
Supply chain riskAccesses the file system, and could potentially read sensitive data.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
Environment variable access
Supply chain riskPackage accesses environment variables, which may be a sign of credential stuffing or data theft.
Found 3 instances in 1 package
Filesystem access
Supply chain riskAccesses the file system, and could potentially read sensitive data.
Found 1 instance in 1 package
Mixed license
License(Experimental) Package contains multiple licenses.
Found 1 instance in 1 package
0
1
9177
3
2
7
201
1