You're Invited: Meet the Socket team at BSidesSF and RSAC - April 27 - May 1.RSVP

eslint-plugin-react-web-api

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.24.0-beta.16

@@ -6,3 +6,2 @@ 'use strict';

var eff = require('@eslint-react/eff');
require('@eslint-react/jsx');
var VAR2 = require('@eslint-react/var');

@@ -37,3 +36,3 @@ var utils = require('@typescript-eslint/utils');

var name = "eslint-plugin-react-web-api";
var version = "1.24.0-beta.8";
var version = "1.24.0-beta.16";
var createRule = shared.createRuleForPlugin("web-api");

@@ -113,3 +112,3 @@ function getInstanceID(node, prev) {

default: {
v = VAR2__namespace.toResolved({ kind: "lazy", node: value, initialScope }).value;
v = VAR2__namespace.toStaticValue({ kind: "lazy", node: value, initialScope }).value;
break;

@@ -116,0 +115,0 @@ }

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

@@ -49,8 +49,8 @@ "keywords": [

"ts-pattern": "^5.6.0",
"@eslint-react/ast": "1.24.0-beta.8",
"@eslint-react/eff": "1.24.0-beta.8",
"@eslint-react/jsx": "1.24.0-beta.8",
"@eslint-react/shared": "1.24.0-beta.8",
"@eslint-react/core": "1.24.0-beta.8",
"@eslint-react/var": "1.24.0-beta.8"
"@eslint-react/ast": "1.24.0-beta.16",
"@eslint-react/core": "1.24.0-beta.16",
"@eslint-react/eff": "1.24.0-beta.16",
"@eslint-react/jsx": "1.24.0-beta.16",
"@eslint-react/shared": "1.24.0-beta.16",
"@eslint-react/var": "1.24.0-beta.16"
},

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

Sorry, the diff of this file is not supported yet