Socket
Socket
Sign inDemoInstall

vue-cli-plugin-tailwind

Package Overview
Dependencies
3
Maintainers
1
Versions
35
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 2.0.1 to 2.0.2

1

generator/index.js

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

const tailwind = path.resolve('./node_modules/.bin/tailwind');
if (!fs.existsSync(tailwind)) throw new Error(`${tailwind} not found`);
spawnSync(tailwind, args, { shell: process.platform === 'win32' });

@@ -42,0 +43,0 @@ }

5

package.json
{
"name": "vue-cli-plugin-tailwind",
"version": "2.0.1",
"version": "2.0.2",
"description": "vue-cli plugin for Tailwind CSS",

@@ -21,6 +21,7 @@ "author": "Jens Eggerstedt <j.eggerstedt@kaibatech.de>",

"dependencies": {
"@tailwindcss/postcss7-compat": "^2.0.2",
"autoprefixer": "^9",
"postcss": "^7",
"tailwindcss": "2.0.1-compat"
"tailwindcss": "npm:@tailwindcss/postcss7-compat@^2.0.2"
}
}
SocketSocket SOC 2 Logo

Product

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

Packages

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc