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
907
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.5.10-next.0 to 1.5.10-next.1

4

dist/index.js

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

const received = stringify(input);
const expected = other?.expected ?? context.expects;
const expected = context.expects;
const issue = {
reason: other?.reason ?? "type",
reason: "type",
context: context.type,

@@ -308,0 +308,0 @@ expected,

{
"name": "@eslint-react/shared",
"version": "1.5.10-next.0",
"version": "1.5.10-next.1",
"description": "ESLint React's Shared constants and functions.",

@@ -38,7 +38,7 @@ "homepage": "https://github.com/rel1cx/eslint-react",

"dependencies": {
"@typescript-eslint/utils": "7.7.0",
"@typescript-eslint/utils": "^7.7.1",
"deepmerge-ts": "5.1.0"
},
"devDependencies": {
"type-fest": "4.15.0",
"type-fest": "4.16.0",
"valibot": "0.30.0"

@@ -45,0 +45,0 @@ },

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