Socket
Socket
Sign inDemoInstall

@stylistic/eslint-plugin-jsx

Package Overview
Dependencies
Maintainers
0
Versions
54
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@stylistic/eslint-plugin-jsx - npm Package Compare versions

Comparing version 2.6.0-beta.0 to 2.6.0-beta.1

2

dist/configs.js

@@ -29,3 +29,3 @@ 'use strict';

// Only include fixable rules
rule.meta.fixable && !rule.meta.deprecated && key === rule.meta.docs.url.split("/").pop() && (!filter )
rule.meta.fixable && !rule.meta.deprecated && key === rule.meta.docs.url.split("/").pop() && (!filter)
)

@@ -32,0 +32,0 @@ ).map(([key]) => [`${name}/${key}`, 2])

@@ -105,3 +105,3 @@ 'use strict';

comment = sourceCode.getCommentsAfter(attribute);
} catch (e) {
} catch {
}

@@ -108,0 +108,0 @@ const lastAttr = attributes[i - 1];

@@ -18,7 +18,7 @@ import type { Linter, Rule } from 'eslint'

*/
'disable-legacy': Linter.FlatConfig
'disable-legacy': Linter.Config
/**
* Enable all rules, in Flat Config Format
*/
'all-flat': Linter.FlatConfig
'all-flat': Linter.Config
/**

@@ -25,0 +25,0 @@ * Enable all rules, in Legacy Config Format

{
"name": "@stylistic/eslint-plugin-jsx",
"version": "2.6.0-beta.0",
"version": "2.6.0-beta.1",
"author": "Anthony Fu <anthonyfu117@hotmail.com>",

@@ -62,9 +62,9 @@ "license": "MIT",

"dependencies": {
"@types/eslint": "^8.56.10",
"@types/eslint": "^9.6.0",
"estraverse": "^5.3.0",
"picomatch": "^4.0.2",
"@stylistic/eslint-plugin-js": "^2.6.0-beta.0"
"@stylistic/eslint-plugin-js": "^2.6.0-beta.1"
},
"devDependencies": {
"@babel/eslint-parser": "^7.24.7",
"@babel/eslint-parser": "^7.25.0",
"@babel/plugin-syntax-decorators": "^7.24.7",

@@ -74,7 +74,7 @@ "@babel/plugin-syntax-do-expressions": "^7.24.7",

"@babel/preset-react": "^7.24.7",
"@types/picomatch": "^2.3.3",
"@typescript-eslint/parser": "^8.0.0-alpha.34",
"@types/picomatch": "^3.0.0",
"@typescript-eslint/parser": "^8.0.0-alpha.54",
"babel-eslint": "^10.1.0",
"eslint": "^9.5.0",
"semver": "^7.6.2",
"eslint": "^9.8.0",
"semver": "^7.6.3",
"typescript-eslint-parser": "^22.0.0"

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