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
60
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 6.0.2 to 6.0.3

dist/chunk-5K6TRQY5.mjs

12

dist/cli.js

@@ -5,3 +5,3 @@ "use strict"; function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { default: obj }; }

var _chunkS6WAH32Wjs = require('./chunk-S6WAH32W.js');
var _chunkAT6RYKKSjs = require('./chunk-AT6RYKKS.js');

@@ -18,4 +18,4 @@ // src/cli.ts

cli.command("install", "patch install").action(() => {
const twPatcher = new (0, _chunkS6WAH32Wjs.TailwindcssPatcher)({
patch: _chunkS6WAH32Wjs.getPatchOptions.call(void 0, )
const twPatcher = new (0, _chunkAT6RYKKSjs.TailwindcssPatcher)({
patch: _chunkAT6RYKKSjs.getPatchOptions.call(void 0, )
});

@@ -26,3 +26,3 @@ twPatcher.patch();

await init();
_chunkS6WAH32Wjs.logger_default.success(`\u2728 ${_config.CONFIG_NAME}.config.ts initialized!`);
_chunkAT6RYKKSjs.logger_default.success(`\u2728 ${_config.CONFIG_NAME}.config.ts initialized!`);
});

@@ -32,5 +32,5 @@ cli.command("extract").action(async () => {

if (config) {
const twPatcher = new (0, _chunkS6WAH32Wjs.TailwindcssPatcher)();
const twPatcher = new (0, _chunkAT6RYKKSjs.TailwindcssPatcher)();
const p = await twPatcher.extract(config.patch);
_chunkS6WAH32Wjs.logger_default.success(`\u2728 tailwindcss-patch extract success! file path: ${p}`);
_chunkAT6RYKKSjs.logger_default.success(`\u2728 tailwindcss-patch extract success! file path: ${p}`);
}

@@ -37,0 +37,0 @@ });

@@ -10,3 +10,3 @@ "use strict";Object.defineProperty(exports, "__esModule", {value: true});

var _chunkS6WAH32Wjs = require('./chunk-S6WAH32W.js');
var _chunkAT6RYKKSjs = require('./chunk-AT6RYKKS.js');

@@ -25,2 +25,2 @@ // src/index.ts

exports.CacheManager = _chunkS6WAH32Wjs.CacheManager; exports.TailwindcssPatcher = _chunkS6WAH32Wjs.TailwindcssPatcher; exports.defineConfig = _config.defineConfig; exports.getCacheOptions = _chunkS6WAH32Wjs.getCacheOptions; exports.internalPatch = _chunkS6WAH32Wjs.internalPatch; exports.logger = _chunkS6WAH32Wjs.logger_default; exports.monkeyPatchForExposingContextV2 = _chunkS6WAH32Wjs.monkeyPatchForExposingContextV2; exports.monkeyPatchForExposingContextV3 = _chunkS6WAH32Wjs.monkeyPatchForExposingContextV3; exports.monkeyPatchForSupportingCustomUnit = _chunkS6WAH32Wjs.monkeyPatchForSupportingCustomUnit;
exports.CacheManager = _chunkAT6RYKKSjs.CacheManager; exports.TailwindcssPatcher = _chunkAT6RYKKSjs.TailwindcssPatcher; exports.defineConfig = _config.defineConfig; exports.getCacheOptions = _chunkAT6RYKKSjs.getCacheOptions; exports.internalPatch = _chunkAT6RYKKSjs.internalPatch; exports.logger = _chunkAT6RYKKSjs.logger_default; exports.monkeyPatchForExposingContextV2 = _chunkAT6RYKKSjs.monkeyPatchForExposingContextV2; exports.monkeyPatchForExposingContextV3 = _chunkAT6RYKKSjs.monkeyPatchForExposingContextV3; exports.monkeyPatchForSupportingCustomUnit = _chunkAT6RYKKSjs.monkeyPatchForSupportingCustomUnit;
{
"name": "tailwindcss-patch",
"version": "6.0.2",
"version": "6.0.3",
"description": "patch tailwindcss for exposing context and extract classes",

@@ -5,0 +5,0 @@ "author": "ice breaker <1324318532@qq.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