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

unplugin-tailwindcss-mangle

Package Overview
Dependencies
Maintainers
1
Versions
35
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

unplugin-tailwindcss-mangle - npm Package Compare versions

Comparing version 1.2.2 to 1.2.3

13

dist/types.d.ts

@@ -1,2 +0,2 @@

import type { ClassGenerator, IHtmlHandlerOptions, IJsHandlerOptions, ICssHandlerOptions } from 'tailwindcss-mangle-core';
import type { IHandlerOptions, IHtmlHandlerOptions, IJsHandlerOptions, ICssHandlerOptions } from 'tailwindcss-mangle-core';
export interface IClassGeneratorOptions {

@@ -11,6 +11,2 @@ reserveClassName?: (string | RegExp)[];

}
export interface IHandlerOptions {
runtimeSet: Set<string>;
classGenerator: ClassGenerator;
}
export interface ClassSetOutputOptions {

@@ -25,2 +21,3 @@ filename: string;

}
export type PartialHandlerOptions<T extends IHandlerOptions> = Partial<Omit<T, 'runtimeSet' | 'classGenerator'>>;
export interface Options {

@@ -33,5 +30,5 @@ mangleClassFilter?: (className: string) => boolean;

classMapOutput?: boolean | ClassMapOutputOptions;
htmlHandlerOptions?: IHtmlHandlerOptions;
jsHandlerOptions?: IJsHandlerOptions;
cssHandlerOptions?: ICssHandlerOptions;
htmlHandlerOptions?: PartialHandlerOptions<IHtmlHandlerOptions>;
jsHandlerOptions?: PartialHandlerOptions<IJsHandlerOptions>;
cssHandlerOptions?: PartialHandlerOptions<ICssHandlerOptions>;
}
{
"name": "unplugin-tailwindcss-mangle",
"version": "1.2.2",
"version": "1.2.3",
"description": "mangle tailwindcss utilities class plugin. support vite and webpack!",

@@ -65,5 +65,5 @@ "main": "./dist/index.js",

"unplugin": "^1.3.1",
"tailwindcss-mangle-core": "^1.2.2",
"tailwindcss-mangle-shared": "^1.2.2",
"tailwindcss-patch": "^1.2.2"
"tailwindcss-mangle-core": "^1.2.3",
"tailwindcss-mangle-shared": "^1.2.3",
"tailwindcss-patch": "^1.2.3"
},

@@ -70,0 +70,0 @@ "publishConfig": {

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