Socket
Socket
Sign inDemoInstall

@material-ui/utils

Package Overview
Dependencies
13
Maintainers
6
Versions
51
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 5.0.0-alpha.24 to 5.0.0-alpha.25

2

index.js

@@ -1,2 +0,2 @@

/** @license Material-UI v5.0.0-alpha.24
/** @license Material-UI v5.0.0-alpha.25
*

@@ -3,0 +3,0 @@ * This source code is licensed under the MIT license found in the

import * as React from 'react';
import { DistributiveOmit } from '@material-ui/types';

@@ -18,3 +19,6 @@ export type ClassNameMap<ClassKey extends string = string> = Record<ClassKey, string>;

*/
export type StandardProps<C, Removals extends keyof C = never> = Omit<C, 'classes' | Removals> &
export type StandardProps<C, Removals extends keyof C = never> = DistributiveOmit<
C,
'classes' | Removals
> &
// each component declares it's classes in a separate interface for proper JSDOC

@@ -21,0 +25,0 @@ StyledComponentProps<never> & {

@@ -1,2 +0,2 @@

/** @license Material-UI v5.0.0-alpha.24
/** @license Material-UI v5.0.0-alpha.25
*

@@ -3,0 +3,0 @@ * This source code is licensed under the MIT license found in the

@@ -1,2 +0,2 @@

/** @license Material-UI v5.0.0-alpha.24
/** @license Material-UI v5.0.0-alpha.25
*

@@ -3,0 +3,0 @@ * This source code is licensed under the MIT license found in the

@@ -1,1 +0,1 @@

export default function ownerDocument(node: Node | undefined): Document;
export default function ownerDocument(node: Node | null | undefined): Document;
{
"name": "@material-ui/utils",
"version": "5.0.0-alpha.24",
"version": "5.0.0-alpha.25",
"private": false,

@@ -5,0 +5,0 @@ "author": "Material-UI Team",

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

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc