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

@dcasia/mini-program-tailwind-webpack-plugin

Package Overview
Dependencies
Maintainers
2
Versions
47
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@dcasia/mini-program-tailwind-webpack-plugin - npm Package Compare versions

Comparing version 1.3.4-beta1 to 1.3.4-beta2

12

dist/taro.js

@@ -425,2 +425,6 @@ 'use strict';

var _a, _b;
var startTime = 0;
if (_this.options.enableDebugLog) {
startTime = Date.now();
}
for (var _i = 0, _c = Array.from(modules); _i < _c.length; _i++) {

@@ -437,5 +441,10 @@ var module_1 = _c[_i];

}
if (_this.options.enableDebugLog) {
console.log('[mini-program-tailwind-plugin]: Class names collection benchmark', "".concat(Date.now() - startTime, "ms"));
}
});
compilation.hooks.afterOptimizeAssets.tap(TaroVNodeTailwindWebpackPlugin.pluginName, function (assets) {
var startTime = 0;
if (_this.options.enableDebugLog) {
startTime = Date.now();
console.log('[mini-program-tailwind-plugin]: Collected', rawVsModifiedPairs);

@@ -486,2 +495,5 @@ }

}
if (_this.options.enableDebugLog) {
console.log('[mini-program-tailwind-plugin]: Class names replacement benchmark', "".concat(Date.now() - startTime, "ms"));
}
});

@@ -488,0 +500,0 @@ });

6

package.json
{
"name": "@dcasia/mini-program-tailwind-webpack-plugin",
"version": "1.3.4beta1",
"version": "1.3.4beta2",
"description": "让你的小程序用上原汁原味的 Tailwind/Windi CSS",

@@ -26,3 +26,5 @@ "keywords": ["miniprogram", "mini-program", "tailwindcss", "windicss", "wechat", "taro", "css", "postcss"],

"build": "rollup --config rollup.config.ts",
"prepare": "npm run build"
"prepare": "npm run build",
"publsh": "npm publish --public",
"publish:beta": "npm publish --public --tag beta"
},

@@ -29,0 +31,0 @@ "repository": {

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