New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

eslint-plugin-react-web-api

Package Overview
Dependencies
Maintainers
1
Versions
442
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 1.12.2-next.3 to 1.12.2-next.5

6

dist/index.js

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

var name = "eslint-plugin-react-web-api";
var version = "1.12.2-next.3";
var version = "1.12.2-next.5";
var createRule = shared.createRuleForPlugin("web-api");

@@ -165,3 +165,3 @@ function getTimerID(node, prev) {

const callee = node.callee;
aEntries.push(EventListenerEntry.addEventListener({
aEntries.push(EventListenerEntry.AddEventListener({
...opts,

@@ -184,3 +184,3 @@ type,

const callee = node.callee;
rEntries.push(EventListenerEntry.removeEventListener({
rEntries.push(EventListenerEntry.RemoveEventListener({
...opts,

@@ -187,0 +187,0 @@ type,

{
"name": "eslint-plugin-react-web-api",
"version": "1.12.2-next.3",
"version": "1.12.2-next.5",
"description": "ESLint React's ESLint plugin for interacting with Web APIs",

@@ -45,14 +45,14 @@ "keywords": [

"dependencies": {
"@typescript-eslint/scope-manager": "^8.2.0",
"@typescript-eslint/types": "^8.2.0",
"@typescript-eslint/utils": "^8.2.0",
"@typescript-eslint/scope-manager": "^8.3.0",
"@typescript-eslint/types": "^8.3.0",
"@typescript-eslint/utils": "^8.3.0",
"birecord": "^0.1.1",
"ts-pattern": "^5.3.1",
"@eslint-react/core": "1.12.2-next.3",
"@eslint-react/ast": "1.12.2-next.3",
"@eslint-react/jsx": "1.12.2-next.3",
"@eslint-react/shared": "1.12.2-next.3",
"@eslint-react/types": "1.12.2-next.3",
"@eslint-react/tools": "1.12.2-next.3",
"@eslint-react/var": "1.12.2-next.3"
"@eslint-react/ast": "1.12.2-next.5",
"@eslint-react/core": "1.12.2-next.5",
"@eslint-react/jsx": "1.12.2-next.5",
"@eslint-react/tools": "1.12.2-next.5",
"@eslint-react/var": "1.12.2-next.5",
"@eslint-react/types": "1.12.2-next.5",
"@eslint-react/shared": "1.12.2-next.5"
},

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

Sorry, the diff of this file is not supported yet

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