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.12.7 to 0.12.8

4

package.json
{
"name": "css-mqpacker-webpack-plugin",
"version": "0.12.7",
"version": "0.12.8",
"description": "The Webpack plugin for pack same CSS media query rules into one using PostCSS",

@@ -13,3 +13,3 @@ "main": "src/index.js",

"@hail2u/css-mqpacker": "github:hail2u/node-css-mqpacker#2349fdd",
"fs-extra": "^11.1.0",
"fs-extra": "^11.1.1",
"schema-utils": "^4.0.0",

@@ -16,0 +16,0 @@ "uvu": "^0.5.6"

@@ -5,3 +5,3 @@ interface Options {

exclude?: string | RegExp | (string | RegExp)[]
sort?: boolean
sort?: boolean | ((a: string, b: string) => number)
}

@@ -11,5 +11,5 @@

constructor(options?: Options)
apply(compiler: import("webpack").Compiler): void;
apply(compiler: import("webpack").Compiler): void
}
export = CssMqpackerPlugin
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