Socket
Socket
Sign inDemoInstall

eslint-plugin-vuetify

Package Overview
Dependencies
Maintainers
7
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.1 to 1.1.0

1

lib/rules/no-deprecated-components.js

@@ -15,2 +15,3 @@ 'use strict'

VJumbotron: false,
VToolbarSideIcon: 'v-app-bar-nav-icon',

@@ -17,0 +18,0 @@ // Possible typos

19

lib/rules/no-deprecated-props.js

@@ -49,16 +49,23 @@ 'use strict'

VTextField: {
box: 'filled'
box: 'filled',
outline: 'outlined',
mask: false
},
VTextArea: {
box: 'filled'
VTextarea: {
box: 'filled',
outline: 'outlined',
mask: false
},
VSelect: {
box: 'filled',
combobox: { custom: '<v-combobox />' }
combobox: { custom: '<v-combobox />' },
outline: 'outlined'
},
VAutocomplete: {
box: 'filled'
box: 'filled',
outline: 'outlined'
},
VCombobox: {
box: 'filled'
box: 'filled',
outline: 'outlined'
},

@@ -65,0 +72,0 @@ VListItem: {

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

@@ -24,17 +24,17 @@ "main": "lib/index.js",

"devDependencies": {
"eslint": "^7.27.0",
"eslint": "^8.0.1",
"eslint-config-standard": "^16.0.3",
"eslint-plugin-import": "^2.23.4",
"eslint-plugin-import": "^2.25.2",
"eslint-plugin-node": "^11.1.0",
"eslint-plugin-promise": "^5.1.0",
"eslint-plugin-promise": "^5.1.1",
"husky": "^6.0.0",
"mocha": "^8.4.0",
"mocha": "^9.1.3",
"nyc": "^15.1.0",
"vue": "^2.6.12",
"vuetify": "^2.5.1"
"vue": "^2.6.14",
"vuetify": "^2.5.10"
},
"peerDependencies": {
"eslint": "^6.2.0 || ^7.0.0",
"eslint": "^6.2.0 || ^7.0.0 || ^8.0.0",
"vuetify": "^2.0.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