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

@tailwindcss-mangle/core

Package Overview
Dependencies
Maintainers
1
Versions
18
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@tailwindcss-mangle/core - npm Package Compare versions

Comparing version 2.0.2 to 2.0.4

18

dist/index.d.ts

@@ -35,18 +35,2 @@ import * as postcss_lib_no_work_result from 'postcss/lib/no-work-result';

}
interface ClassSetOutputOptions {
filename: string;
dir?: string;
type: 'all' | 'partial';
}
interface ClassMapOutputOptions {
filename: string;
dir?: string;
}
interface Options {
classGenerator?: IClassGeneratorOptions;
exclude?: string[];
include?: string[];
classSetOutput?: boolean | ClassSetOutputOptions;
classMapOutput?: boolean | ClassMapOutputOptions;
}

@@ -67,2 +51,2 @@ declare function cssHandler(rawSource: string, options: ICssHandlerOptions): postcss.LazyResult | postcss_lib_no_work_result.default;

export { ClassMapOutputOptions, ClassSetOutputOptions, IClassGeneratorContextItem, IClassGeneratorOptions, ICssHandlerOptions, IHandlerOptions, IHtmlHandlerOptions, IJsHandlerOptions, Options, cssHandler, handleValue, htmlHandler, jsHandler, preProcessJs };
export { IClassGeneratorContextItem, IClassGeneratorOptions, ICssHandlerOptions, IHandlerOptions, IHtmlHandlerOptions, IJsHandlerOptions, cssHandler, handleValue, htmlHandler, jsHandler, preProcessJs };

4

package.json
{
"name": "@tailwindcss-mangle/core",
"version": "2.0.2",
"version": "2.0.4",
"description": "The core of tailwindcss-mangle",

@@ -47,3 +47,3 @@ "exports": {

"magic-string": "^0.30.2",
"@tailwindcss-mangle/shared": "^2.0.0"
"@tailwindcss-mangle/shared": "^2.0.4"
},

@@ -50,0 +50,0 @@ "devDependencies": {

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