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

tailwindcss-patch

Package Overview
Dependencies
Maintainers
0
Versions
51
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

tailwindcss-patch - npm Package Compare versions

Comparing version 3.1.0-alpha.0 to 3.1.0-alpha.1

17

dist/index.d.ts

@@ -88,2 +88,9 @@ import { Rule, Node } from 'postcss';

};
interface ILengthUnitsPatchOptions {
units: string[];
lengthUnitsFilePath?: string;
variableName?: string;
overwrite?: boolean;
destPath?: string;
}

@@ -139,10 +146,2 @@ declare function getCacheOptions(options?: CacheOptions | boolean): InternalCacheOptions;

interface ILengthUnitsPatchOptions {
units: string[];
lengthUnitsFilePath?: string;
variableName?: string;
overwrite?: boolean;
destPath?: string;
}
declare function monkeyPatchForSupportingCustomUnit(rootDir: string, options?: Partial<ILengthUnitsPatchOptions>): string | undefined;

@@ -165,2 +164,2 @@

export { CacheManager, type CacheOptions, type CacheStrategy, type DeepRequired, type InternalCacheOptions, type InternalPatchOptions, type PackageInfo, type PatchOptions, type TailwindcssClassCache, TailwindcssPatcher, type TailwindcssPatcherOptions, type TailwindcssRuntimeContext, ensureFileContent, getCacheOptions, getPackageInfoSync, internalPatch, isObject, logger, monkeyPatchForExposingContextV2, monkeyPatchForExposingContextV3, monkeyPatchForSupportingCustomUnit, requireResolve };
export { CacheManager, type CacheOptions, type CacheStrategy, type DeepRequired, type ILengthUnitsPatchOptions, type InternalCacheOptions, type InternalPatchOptions, type PackageInfo, type PatchOptions, type TailwindcssClassCache, TailwindcssPatcher, type TailwindcssPatcherOptions, type TailwindcssRuntimeContext, ensureFileContent, getCacheOptions, getPackageInfoSync, internalPatch, isObject, logger, monkeyPatchForExposingContextV2, monkeyPatchForExposingContextV3, monkeyPatchForSupportingCustomUnit, requireResolve };
{
"name": "tailwindcss-patch",
"version": "3.1.0-alpha.0",
"version": "3.1.0-alpha.1",
"description": "patch tailwindcss for exposing context and extract classes",

@@ -5,0 +5,0 @@ "author": "SonOfMagic <qq1324318532@gmail.com>",

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

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