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.6.0 to 0.7.0

node_modules/@hail2u/css-mqpacker/bin/mqpacker.js

12

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

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