New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

purgecss-webpack-plugin

Package Overview
Dependencies
Maintainers
2
Versions
62
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

purgecss-webpack-plugin - npm Package Compare versions

Comparing version 2.2.0 to 2.3.0

2

lib/purgecss-webpack-plugin.d.ts
import { Compiler, Stats } from "webpack";
import { compilation as compilationType } from "webpack";
type ExtractorFunction = (content: string) => string[];
type ExtractorFunction<T = string> = (content: T) => string[];
interface Extractors {

@@ -5,0 +5,0 @@ extensions: string[];

import { Compiler, Stats } from "webpack";
import { compilation as compilationType } from "webpack";
type ExtractorFunction = (content: string) => string[];
type ExtractorFunction<T = string> = (content: T) => string[];
interface Extractors {

@@ -5,0 +5,0 @@ extensions: string[];

{
"name": "purgecss-webpack-plugin",
"version": "2.2.0",
"version": "2.3.0",
"description": "PurgeCSS plugin for webpack - Remove unused css",

@@ -39,3 +39,3 @@ "author": "Ffloriel",

"dependencies": {
"purgecss": "^2.2.0",
"purgecss": "^2.3.0",
"webpack": "^4.42.1",

@@ -49,3 +49,3 @@ "webpack-sources": "^1.4.3"

"@types/webpack": "^4.41.12",
"@types/webpack-sources": "^0.1.7",
"@types/webpack-sources": "^1.4.0",
"css-loader": "^3.5.2",

@@ -57,3 +57,3 @@ "mini-css-extract-plugin": "^0.9.0"

},
"gitHead": "e7a590b2e20be4de8f8b55a61554f550fe27f69f"
"gitHead": "5314e41edf328e2ad2639549e1587b82a964a42e"
}
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