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

@eslint-react/shared

Package Overview
Dependencies
Maintainers
1
Versions
1205
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@eslint-react/shared - npm Package Compare versions

Comparing version

to
1.38.4

2

dist/index.js

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

skipImportCheck,
version: tsPattern.match(version).with(tsPattern.P.union(tsPattern.P.nullish, "", "detect"), () => getReactVersion("19.0.0")).otherwise(eff.identity)
version: tsPattern.match(version).with(tsPattern.P.union(tsPattern.P.nullish, "", "detect"), () => getReactVersion("19.1.0")).otherwise(eff.identity)
};

@@ -1266,0 +1266,0 @@ },

{
"name": "@eslint-react/shared",
"version": "1.38.3",
"version": "1.38.4",
"description": "ESLint React's Shared constants and functions.",

@@ -40,5 +40,5 @@ "homepage": "https://github.com/Rel1cx/eslint-react",

"picomatch": "^4.0.2",
"ts-pattern": "^5.6.2",
"@eslint-react/eff": "1.38.3",
"@eslint-react/kit": "1.38.3"
"ts-pattern": "^5.7.0",
"@eslint-react/eff": "1.38.4",
"@eslint-react/kit": "1.38.4"
},

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

Sorry, the diff of this file is not supported yet