Socket
Socket
Sign inDemoInstall

vue-cli-plugin-tailwind

Package Overview
Dependencies
Maintainers
1
Versions
35
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

vue-cli-plugin-tailwind - npm Package Compare versions

Comparing version 1.0.0-beta.4 to 1.0.0

2

package.json
{
"name": "vue-cli-plugin-tailwind",
"version": "1.0.0-beta.4",
"version": "1.0.0",
"description": "vue-cli plugin for Tailwind CSS",

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

@@ -47,3 +47,4 @@ # vue-cli-plugin-tailwind

content: ['./public/**/*.html', './src/**/*.vue'],
defaultExtractor: content => content.match(/[A-z0-9-_:/]+/g),
defaultExtractor: content =>
content.match(/[A-Za-z0-9-_/:]*[A-Za-z0-9-_/]+/g) || [],
};

@@ -50,0 +51,0 @@ ```

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