Socket
Socket
Sign inDemoInstall

@mui/types

Package Overview
Dependencies
Maintainers
6
Versions
29
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@mui/types - npm Package Compare versions

Comparing version 7.1.3 to 7.1.4

2

index.d.ts

@@ -70,3 +70,3 @@ import * as React from 'react';

// https://stackoverflow.com/questions/53807517/how-to-test-if-two-types-are-exactly-the-same
type IfEquals<T, U, Y = unknown, N = never> = (<G>() => G extends T ? 1 : 2) extends <
export type IfEquals<T, U, Y = unknown, N = never> = (<G>() => G extends T ? 1 : 2) extends <
G,

@@ -73,0 +73,0 @@ >() => G extends U ? 1 : 2

{
"name": "@mui/types",
"version": "7.1.3",
"version": "7.1.4",
"private": false,

@@ -5,0 +5,0 @@ "author": "MUI Team",

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

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