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

eslint-plugin-react-web-api

Package Overview
Dependencies
Maintainers
1
Versions
854
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
1.13.1-next.0

4

dist/index.js

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

var name = "eslint-plugin-react-web-api";
var version = "1.13.0";
var version = "1.13.1-next.0";
var createRule = shared.createRuleForPlugin("web-api");

@@ -402,4 +402,4 @@ function getInstanceID(node, prev) {

const [_, fKind] = fStack.at(-1) ?? [];
if (node.callee.type !== utils.AST_NODE_TYPES.MemberExpression) return;
if (!core.PHASE_RELEVANCE.has(fKind)) return;
if (node.callee.type !== utils.AST_NODE_TYPES.MemberExpression) return;
const object = node.callee.object;

@@ -406,0 +406,0 @@ tsPattern.match(getCallKind3(node, context)).with("disconnect", () => {

{
"name": "eslint-plugin-react-web-api",
"version": "1.13.0",
"version": "1.13.1-next.0",
"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.13.0",
"@eslint-react/core": "1.13.0",
"@eslint-react/jsx": "1.13.0",
"@eslint-react/shared": "1.13.0",
"@eslint-react/types": "1.13.0",
"@eslint-react/tools": "1.13.0",
"@eslint-react/var": "1.13.0"
"@eslint-react/ast": "1.13.1-next.0",
"@eslint-react/core": "1.13.1-next.0",
"@eslint-react/shared": "1.13.1-next.0",
"@eslint-react/jsx": "1.13.1-next.0",
"@eslint-react/tools": "1.13.1-next.0",
"@eslint-react/var": "1.13.1-next.0",
"@eslint-react/types": "1.13.1-next.0"
},

@@ -59,0 +59,0 @@ "devDependencies": {

Sorry, the diff of this file is not supported yet