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.0.1 to 3.1.0

2

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

@@ -18,3 +18,3 @@ /**

const VALID_MODIFIERS = new Set(['prop', 'camel'])
const VALID_MODIFIERS = new Set(['prop', 'camel', 'sync'])

@@ -21,0 +21,0 @@ /**

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

@@ -5,0 +5,0 @@ "main": "lib/index.js",

@@ -9,4 +9,12 @@ # eslint-plugin-vue

## :exclamation: Requirements
## :exclamation: Attention - this is documentation for beta `3.0.0` :exclamation:
This branch contains `eslint-plugin-vue@beta` which is pre-released `3.0`, but it's not the default version that you get with `npm install eslint-plugin-vue`. In order to install this you need to specify either `"eslint-plugin-vue": "beta"` in `package.json` or do `npm install eslint-plugin-vue@beta`.
Please try it and report any issues that you might experience.
If you want to check previous releases [go here](https://github.com/vuejs/eslint-plugin-vue/releases).
## :grey_exclamation: Requirements
- [ESLint](http://eslint.org/) `>=3.18.0`.

@@ -18,3 +26,3 @@ - Node.js `>=4.0.0`

```
npm install --save-dev eslint eslint-plugin-vue
npm install --save-dev eslint eslint-plugin-vue@beta
```

@@ -21,0 +29,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