🚀 Big News: Socket Acquires Coana to Bring Reachability Analysis to Every Appsec Team.Learn more
Socket
Sign inDemoInstall
Socket

eslint-plugin-react-web-api

Package Overview
Dependencies
Maintainers
1
Versions
844
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

eslint-plugin-react-web-api - npm Package Compare versions

Comparing version

to
2.0.0-beta.15

2

dist/index.js

@@ -36,3 +36,3 @@ import { getDocsUrl, DEFAULT_ESLINT_REACT_SETTINGS } from '@eslint-react/shared';

var name2 = "eslint-plugin-react-web-api";
var version = "2.0.0-beta.14";
var version = "2.0.0-beta.15";
var createRule = ESLintUtils.RuleCreator(getDocsUrl("web-api"));

@@ -39,0 +39,0 @@ function getPhaseKindOfFunction(node) {

{
"name": "eslint-plugin-react-web-api",
"version": "2.0.0-beta.14",
"version": "2.0.0-beta.15",
"description": "ESLint React's ESLint plugin for interacting with Web APIs",

@@ -38,16 +38,16 @@ "keywords": [

"dependencies": {
"@typescript-eslint/scope-manager": "^8.31.1",
"@typescript-eslint/types": "^8.31.1",
"@typescript-eslint/utils": "^8.31.1",
"@typescript-eslint/scope-manager": "^8.32.0",
"@typescript-eslint/types": "^8.32.0",
"@typescript-eslint/utils": "^8.32.0",
"string-ts": "^2.2.1",
"ts-pattern": "^5.7.0",
"@eslint-react/ast": "2.0.0-beta.14",
"@eslint-react/core": "2.0.0-beta.14",
"@eslint-react/kit": "2.0.0-beta.14",
"@eslint-react/shared": "2.0.0-beta.14",
"@eslint-react/var": "2.0.0-beta.14",
"@eslint-react/eff": "2.0.0-beta.14"
"@eslint-react/ast": "2.0.0-beta.15",
"@eslint-react/core": "2.0.0-beta.15",
"@eslint-react/eff": "2.0.0-beta.15",
"@eslint-react/kit": "2.0.0-beta.15",
"@eslint-react/shared": "2.0.0-beta.15",
"@eslint-react/var": "2.0.0-beta.15"
},
"devDependencies": {
"@types/react": "^19.1.2",
"@types/react": "^19.1.3",
"@types/react-dom": "^19.1.3",

@@ -54,0 +54,0 @@ "tsup": "^8.4.0",