Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

eslint-plugin-tailwindcss

Package Overview
Dependencies
Maintainers
1
Versions
184
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

eslint-plugin-tailwindcss - npm Package Compare versions

Comparing version 3.9.0-beta.2 to 3.9.0-beta.3

8

lib/util/ast.js

@@ -47,3 +47,9 @@ /**

break;
case node.key && node.key.name.name && /^bind$/.test(node.key.name.name) && /^class$/.test(node.key.argument.name):
case node.key &&
node.key.name &&
node.key.name.name &&
node.key.argument &&
node.key.argument.name &&
/^bind$/.test(node.key.name.name) &&
/^class$/.test(node.key.argument.name):
// v-bind:class="vue-classes-as-bind"

@@ -50,0 +56,0 @@ // :class="vue-classes-as-bind"

2

package.json
{
"name": "eslint-plugin-tailwindcss",
"version": "3.9.0-beta.2",
"version": "3.9.0-beta.3",
"description": "Rules enforcing best practices while using Tailwind CSS",

@@ -5,0 +5,0 @@ "keywords": [

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