Socket
Socket
Sign inDemoInstall

eslint-plugin-vue

Package Overview
Dependencies
Maintainers
5
Versions
170
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

eslint-plugin-vue - npm Package Compare versions

Comparing version 9.18.0 to 9.18.1

12

lib/rules/require-toggle-inside-transition.js

@@ -35,5 +35,14 @@ /**

}
/** @type VElement */ // @ts-expect-error
const parent = element.parent
if (utils.hasAttribute(parent, 'appear')) {
return
}
if (
element.name !== 'slot' &&
!utils.hasDirective(element, 'if') &&
!utils.hasDirective(element, 'show')
!utils.hasDirective(element, 'show') &&
!utils.hasDirective(element, 'bind', 'key')
) {

@@ -55,2 +64,3 @@ context.report({

}
verifyInsideElement(node)

@@ -57,0 +67,0 @@ }

18

lib/utils/vue3-export-names.json

@@ -78,2 +78,11 @@ [

"RootHydrateFunction",
"BaseTransitionProps",
"TransitionHooks",
"TransitionState",
"useTransitionState",
"BaseTransitionPropsValidators",
"BaseTransition",
"resolveTransitionHooks",
"setTransitionHooks",
"getTransitionRawChildren",
"Renderer",

@@ -139,11 +148,2 @@ "HydrationRenderer",

"CreateAppFunction",
"BaseTransitionProps",
"TransitionHooks",
"TransitionState",
"useTransitionState",
"BaseTransitionPropsValidators",
"BaseTransition",
"resolveTransitionHooks",
"setTransitionHooks",
"getTransitionRawChildren",
"TeleportProps",

@@ -150,0 +150,0 @@ "Teleport",

{
"name": "eslint-plugin-vue",
"version": "9.18.0",
"version": "9.18.1",
"description": "Official ESLint plugin for Vue.js",

@@ -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