Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More โ†’
Socket
Sign inDemoInstall
Socket

vue-eslint-parser

Package Overview
Dependencies
Maintainers
2
Versions
84
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

vue-eslint-parser - npm Package Compare versions

Comparing version 7.8.0 to 7.9.0

8

index.d.ts

@@ -555,4 +555,10 @@ // Generated by dts-bundle v0.7.3

parent: null;
children: (VElement | VText | VExpressionContainer)[];
children: (VElement | VText | VExpressionContainer | VStyleElement)[];
}
export interface VStyleElement extends VElement {
type: "VElement";
name: "style";
style: true;
children: (VText | VExpressionContainer)[];
}
}

@@ -559,0 +565,0 @@

2

package.json
{
"name": "vue-eslint-parser",
"version": "7.8.0",
"version": "7.9.0",
"description": "The ESLint custom parser for `.vue` files.",

@@ -5,0 +5,0 @@ "engines": {

@@ -127,2 +127,3 @@ # vue-eslint-parser

"interpolationAsNonHTML": false,
"styleCSSVariableInjection": true,
}

@@ -193,2 +194,8 @@ }

### parserOptions.vueFeatures.styleCSSVariableInjection
If set to `true`, to parse expressions in `v-bind` CSS functions inside `<style>` tags. `v-bind()` is parsed into the `VExpressionContainer` AST node and held in the `VElement` of `<style>`. Default is `true`.
See also to [here](https://github.com/vuejs/rfcs/blob/master/active-rfcs/0043-sfc-style-variables.md).
## ๐ŸŽ‡ Usage for custom rules / plugins

@@ -195,0 +202,0 @@

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is not supported yet

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