Socket
Socket
Sign inDemoInstall

vue-cli-plugin-tailwind

Package Overview
Dependencies
0
Maintainers
1
Versions
35
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 2.0.6-beta.1 to 2.0.6-beta.2

5

generator/index.js

@@ -40,3 +40,6 @@ const fs = require('fs');

if (!fs.existsSync(tailwind)) throw new Error(`${tailwind} not found`);
spawnSync(tailwind, args, { shell: process.platform === 'win32' });
spawnSync(tailwind, args, {
cwd: api.generator.context,
shell: process.platform === 'win32',
});
}

@@ -43,0 +46,0 @@

2

package.json
{
"name": "vue-cli-plugin-tailwind",
"version": "2.0.6-beta.1",
"version": "2.0.6-beta.2",
"description": "vue-cli plugin for Tailwind CSS",

@@ -5,0 +5,0 @@ "author": "Jens Eggerstedt <j.eggerstedt@kaibatech.de>",

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc