Socket
Socket
Sign inDemoInstall

eslint-plugin-vuetify

Package Overview
Dependencies
Maintainers
6
Versions
27
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

eslint-plugin-vuetify - npm Package Compare versions

Comparing version 1.0.0 to 1.0.1

2

lib/rules/no-deprecated-props.js

@@ -128,3 +128,3 @@ 'use strict'

attr.directive &&
attr.key.name.name !== 'bind'
(attr.key.name.name !== 'bind' || !attr.key.argument)
) return

@@ -131,0 +131,0 @@

{
"name": "eslint-plugin-vuetify",
"version": "1.0.0",
"version": "1.0.1",
"description": "An eslint plugin for Vuetify",

@@ -5,0 +5,0 @@ "main": "lib/index.js",

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