Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

css-mqpacker-webpack-plugin

Package Overview
Dependencies
Maintainers
1
Versions
30
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

css-mqpacker-webpack-plugin - npm Package Compare versions

Comparing version 0.7.1 to 0.8.0

css-mqpacker/index.js

14

package.json
{
"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 {

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