eslint-plugin-react-web-api
Advanced tools
Comparing version 1.11.0-next.8 to 1.11.0-next.9
@@ -15,3 +15,3 @@ 'use strict'; | ||
var name = "eslint-plugin-react-web-api"; | ||
var version = "1.11.0-next.8"; | ||
var version = "1.11.0-next.9"; | ||
var createRule = shared.createRuleForPlugin("web-api"); | ||
@@ -18,0 +18,0 @@ |
{ | ||
"name": "eslint-plugin-react-web-api", | ||
"version": "1.11.0-next.8", | ||
"version": "1.11.0-next.9", | ||
"description": "ESLint React's ESLint plugin for interacting with Web APIs", | ||
@@ -50,9 +50,9 @@ "keywords": [ | ||
"ts-pattern": "^5.3.1", | ||
"@eslint-react/ast": "1.11.0-next.8", | ||
"@eslint-react/jsx": "1.11.0-next.8", | ||
"@eslint-react/core": "1.11.0-next.8", | ||
"@eslint-react/tools": "1.11.0-next.8", | ||
"@eslint-react/shared": "1.11.0-next.8", | ||
"@eslint-react/var": "1.11.0-next.8", | ||
"@eslint-react/types": "1.11.0-next.8" | ||
"@eslint-react/ast": "1.11.0-next.9", | ||
"@eslint-react/core": "1.11.0-next.9", | ||
"@eslint-react/shared": "1.11.0-next.9", | ||
"@eslint-react/jsx": "1.11.0-next.9", | ||
"@eslint-react/tools": "1.11.0-next.9", | ||
"@eslint-react/types": "1.11.0-next.9", | ||
"@eslint-react/var": "1.11.0-next.9" | ||
}, | ||
@@ -59,0 +59,0 @@ "devDependencies": { |
@@ -41,4 +41,4 @@ # eslint-plugin-react-web-api | ||
| :-------------------------------------- | :-------------------------------------------- | :-: | :-: | :-: | | ||
| `no-leaked-timeout` | Prevents leaked `setTimeout` | ✔️ | | 🚧 | | ||
| `no-leaked-interval` | Prevents leaked `setInterval` | ✔️ | | 🚧 | | ||
| `no-leaked-timeout` | Prevents leaked `setTimeout` | ✔️ | | | | ||
| `no-leaked-interval` | Prevents leaked `setInterval` | ✔️ | | | | ||
| `no-leaked-idle-callback` | Prevents leaked `requestIdleCallback` | ✔️ | | 🚧 | | ||
@@ -45,0 +45,0 @@ | `no-leaked-animation-frame` | Prevents leaked `requestAnimationFrame` | ✔️ | | 🚧 | |
Sorry, the diff of this file is not supported yet
46050
+ Added@eslint-react/ast@1.11.0-next.9(transitive)
+ Added@eslint-react/core@1.11.0-next.9(transitive)
+ Added@eslint-react/jsx@1.11.0-next.9(transitive)
+ Added@eslint-react/shared@1.11.0-next.9(transitive)
+ Added@eslint-react/tools@1.11.0-next.9(transitive)
+ Added@eslint-react/types@1.11.0-next.9(transitive)
+ Added@eslint-react/var@1.11.0-next.9(transitive)
- Removed@eslint-react/ast@1.11.0-next.8(transitive)
- Removed@eslint-react/core@1.11.0-next.8(transitive)
- Removed@eslint-react/jsx@1.11.0-next.8(transitive)
- Removed@eslint-react/shared@1.11.0-next.8(transitive)
- Removed@eslint-react/tools@1.11.0-next.8(transitive)
- Removed@eslint-react/types@1.11.0-next.8(transitive)
- Removed@eslint-react/var@1.11.0-next.8(transitive)