Socket
Socket
Sign inDemoInstall

@mui/types

Package Overview
Dependencies
Maintainers
5
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.2 to 7.1.3

7

index.d.ts

@@ -138,1 +138,8 @@ import * as React from 'react';

}
/**
* Simplifies the display of a type (without modifying it).
* Taken from https://effectivetypescript.com/2022/02/25/gentips-4-display/
*/
// tslint:disable-next-line: ban-types
export type Simplify<T> = T extends Function ? T : { [K in keyof T]: T[K] };

2

package.json
{
"name": "@mui/types",
"version": "7.1.2",
"version": "7.1.3",
"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