Socket
Socket
Sign inDemoInstall

eslint-plugin-vue

Package Overview
Dependencies
Maintainers
3
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 3.1.1 to 3.1.2

3

lib/rules/no-invalid-v-for.js

@@ -24,2 +24,5 @@ /**

function isUsingIterationVar (node) {
if (node.value == null) {
return false
}
const references = node.value.references

@@ -26,0 +29,0 @@ const variables = node.parent.parent.variables

2

package.json
{
"name": "eslint-plugin-vue",
"version": "3.1.1",
"version": "3.1.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