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
0
Versions
1023
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 1.28.0-next.5 to 1.28.0-next.6

8

dist/index.js

@@ -526,5 +526,5 @@ 'use strict';

* @description This can prevent false positives when using a irrelevant third-party library that has similar APIs to React.
* @default `false`
* @default `true`
*/
strictImportCheck: optional(boolean(), false),
skipImportCheck: optional(boolean(), true),
/**

@@ -564,4 +564,4 @@ * React version to use, "detect" means auto detect React version from the project’s dependencies.

polymorphicPropName: "as",
skipImportCheck: true,
strict: false,
strictImportCheck: false,
version: "detect",

@@ -1282,2 +1282,3 @@ additionalHooks: {

polymorphicPropName = "as",
skipImportCheck = true,
version,

@@ -1307,2 +1308,3 @@ ...rest

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

@@ -1309,0 +1311,0 @@ };

{
"name": "@eslint-react/shared",
"version": "1.28.0-next.5",
"version": "1.28.0-next.6",
"description": "ESLint React's Shared constants and functions.",

@@ -41,3 +41,3 @@ "homepage": "https://github.com/Rel1cx/eslint-react",

"ts-pattern": "^5.6.2",
"@eslint-react/eff": "1.28.0-next.5"
"@eslint-react/eff": "1.28.0-next.6"
},

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

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is too big to display

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