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
474
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.26.3-next.18 to 1.26.3-next.19

6

dist/index.js

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

var name2 = "eslint-plugin-react-web-api";
var version = "1.26.3-next.18";
var version = "1.26.3-next.19";
var createRule = shared.createRuleForPlugin("web-api");

@@ -753,6 +753,6 @@ function getInstanceID(node, prev) {

}
function makeLegacyConfig(config) {
function makeLegacyConfig({ rules: rules2 }) {
return {
plugins: ["react-web-api"],
rules: config.rules
rules: rules2
};

@@ -759,0 +759,0 @@ }

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

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

"ts-pattern": "^5.6.2",
"@eslint-react/ast": "1.26.3-next.18",
"@eslint-react/core": "1.26.3-next.18",
"@eslint-react/eff": "1.26.3-next.18",
"@eslint-react/jsx": "1.26.3-next.18",
"@eslint-react/shared": "1.26.3-next.18",
"@eslint-react/var": "1.26.3-next.18"
"@eslint-react/ast": "1.26.3-next.19",
"@eslint-react/core": "1.26.3-next.19",
"@eslint-react/eff": "1.26.3-next.19",
"@eslint-react/var": "1.26.3-next.19",
"@eslint-react/jsx": "1.26.3-next.19",
"@eslint-react/shared": "1.26.3-next.19"
},

@@ -87,4 +87,4 @@ "devDependencies": {

"lint:publish": "publint",
"lint:type": "tsc --noEmit"
"lint:ts": "tsc --noEmit"
}
}

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