Socket
Socket
Sign inDemoInstall

@mui/utils

Package Overview
Dependencies
Maintainers
9
Versions
108
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@mui/utils - npm Package Compare versions

Comparing version 5.0.0-rc.0 to 5.0.0-rc.1

0

chainPropTypes.d.ts
import PropTypes from 'prop-types';
export default function chainPropTypes<A, B>(propType1: PropTypes.Validator<A>, propType2: PropTypes.Validator<B>): PropTypes.Validator<A & B>;

@@ -0,0 +0,0 @@ /**

@@ -0,0 +0,0 @@ export declare function isPlainObject(item: unknown): item is Record<keyof any, unknown>;

import PropTypes from 'prop-types';
declare const elementAcceptingRef: PropTypes.Requireable<unknown>;
export default elementAcceptingRef;
import PropTypes from 'prop-types';
declare const _default: PropTypes.Validator<PropTypes.ReactComponentLike | null | undefined>;
export default _default;
import { ValidationMap } from 'prop-types';
export default function exactProp<T>(propTypes: ValidationMap<T>): ValidationMap<T>;

@@ -0,0 +0,0 @@ /**

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

export default function getScrollbarSize(doc: Document): number;
export default function HTMLElementType(props: {
[key: string]: unknown;
}, propName: string, componentName: string, location: string, propFullName: string): Error | null;

@@ -0,0 +0,0 @@ export { default as chainPropTypes } from './chainPropTypes';

2

index.js

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

/** @license Material-UI v5.0.0-rc.0
/** @license Material-UI v5.0.0-rc.1
*

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

@@ -0,0 +0,0 @@ export function getTypeByValue(value: any): any;

export default function isMuiElement(element: any, muiNames: readonly string[]): boolean;

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

/** @license Material-UI v5.0.0-rc.0
/** @license Material-UI v5.0.0-rc.1
*

@@ -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-rc.0
/** @license Material-UI v5.0.0-rc.1
*

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

export default function ownerDocument(node: Node | null | undefined): Document;
export default function ownerWindow(node: Node | undefined): Window;
{
"name": "@mui/utils",
"version": "5.0.0-rc.0",
"version": "5.0.0-rc.1",
"private": false,

@@ -17,3 +17,3 @@ "author": "Material-UI Team",

"url": "https://github.com/mui-org/material-ui.git",
"directory": "packages/material-ui-utils"
"directory": "packages/mui-utils"
},

@@ -24,3 +24,3 @@ "license": "MIT",

},
"homepage": "https://github.com/mui-org/material-ui/tree/next/packages/material-ui-utils",
"homepage": "https://github.com/mui-org/material-ui/tree/next/packages/mui-utils",
"peerDependencies": {

@@ -27,0 +27,0 @@ "react": "^17.0.2"

declare const _default: any;
export default _default;
import PropTypes from 'prop-types';
declare const refType: PropTypes.Requireable<object>;
export default refType;

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

@@ -0,0 +0,0 @@ /**

import * as React from 'react';
export default function useForkRef<Instance>(refA: React.Ref<Instance> | null | undefined, refB: React.Ref<Instance> | null | undefined): React.Ref<Instance> | null;
export default function useId(idOverride?: string): string | undefined;
declare const usePreviousProps: (value: object) => object;
export default usePreviousProps;
declare const visuallyHidden: import('react').CSSProperties;
export default visuallyHidden;

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

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