Socket
Socket
Sign inDemoInstall

eslint-plugin-vue

Package Overview
Dependencies
Maintainers
4
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 5.2.1 to 5.2.2

7

lib/rules/no-boolean-default.js

@@ -81,6 +81,9 @@ /**

case 'default-false':
if (defaultNode.value.value !== false) {
if (
defaultNode &&
defaultNode.value.value !== false
) {
context.report({
node: defaultNode,
message: 'Boolean prop should be defaulted to false.'
message: 'Boolean prop should only be defaulted to false.'
})

@@ -87,0 +90,0 @@ }

{
"name": "eslint-plugin-vue",
"version": "5.2.1",
"version": "5.2.2",
"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