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 8.0.1 to 8.0.2

3

lib/rules/multi-word-component-names.js

@@ -11,2 +11,3 @@ /**

const path = require('path')
const casing = require('../utils/casing')

@@ -115,3 +116,3 @@ const utils = require('../utils')

const fileName = context.getFilename()
const componentName = fileName.replace(/\.[^/.]+$/, '')
const componentName = path.basename(fileName, path.extname(fileName))
if (

@@ -118,0 +119,0 @@ utils.isVueFile(fileName) &&

{
"name": "eslint-plugin-vue",
"version": "8.0.1",
"version": "8.0.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