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

gulp-purgecss

Package Overview
Dependencies
Maintainers
2
Versions
46
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

gulp-purgecss - npm Package Compare versions

Comparing version 2.2.0 to 2.3.0

2

lib/gulp-purgecss.d.ts
import internal from "stream";
type ExtractorFunction = (content: string) => string[];
type ExtractorFunction<T = string> = (content: T) => string[];
interface Extractors {

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

import internal from "stream";
type ExtractorFunction = (content: string) => string[];
type ExtractorFunction<T = string> = (content: T) => string[];
interface Extractors {

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

{
"name": "gulp-purgecss",
"version": "2.2.0",
"version": "2.3.0",
"description": "Gulp plugin for purgecss",

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

"plugin-error": "^1.0.1",
"purgecss": "^2.2.0",
"purgecss": "^2.3.0",
"through2": "^3.0.1"

@@ -52,3 +52,3 @@ },

},
"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