Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@eslint-react/shared

Package Overview
Dependencies
Maintainers
1
Versions
899
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-beta.1 to 1.5.10-beta.3

4

dist/index.js

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

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

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

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

@@ -42,3 +42,3 @@ "homepage": "https://github.com/rel1cx/eslint-react",

"devDependencies": {
"type-fest": "4.16.0",
"type-fest": "4.17.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