css-mqpacker-webpack-plugin
Advanced tools
Comparing version 0.6.0 to 0.7.0
{ | ||
"name": "css-mqpacker-webpack-plugin", | ||
"version": "0.6.0", | ||
"version": "0.7.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" | ||
}, | ||
"scripts": {}, | ||
"dependencies": { | ||
@@ -13,4 +11,3 @@ "last-call-webpack-plugin": "^3.0.0" | ||
"devDependencies": { | ||
"@hail2u/css-mqpacker": "^8.0.1", | ||
"fs-extra": "^9.1.0" | ||
"@hail2u/css-mqpacker": "github:hail2u/node-css-mqpacker#1da23b6" | ||
}, | ||
@@ -21,2 +18,5 @@ "peerDependencies": { | ||
}, | ||
"bundledDependencies": [ | ||
"@hail2u/css-mqpacker" | ||
], | ||
"keywords": [ | ||
@@ -23,0 +23,0 @@ "webpack", |
const postcss = require('postcss'); | ||
const LastCallWebpackPlugin = require('last-call-webpack-plugin'); | ||
const mqpacker = require('../css-mqpacker/index.js'); | ||
const mqpacker = require('@hail2u/css-mqpacker'); | ||
@@ -5,0 +5,0 @@ class CSSMQPackerPlugin extends LastCallWebpackPlugin { |
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
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
1573906
1
129
19407
1
10
1