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

@mui/utils

Package Overview
Dependencies
Maintainers
9
Versions
115
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.14.9 to 5.14.10

3

esm/useEventCallback/useEventCallback.js

@@ -7,3 +7,4 @@ 'use client';

/**
* https://github.com/facebook/react/issues/14099#issuecomment-440013892
* Inspired by https://github.com/facebook/react/issues/14099#issuecomment-440013892
* See RFC in https://github.com/reactjs/rfcs/pull/220
*/

@@ -10,0 +11,0 @@

/**
* @mui/utils v5.14.9
* @mui/utils v5.14.10
*

@@ -4,0 +4,0 @@ * @license MIT

@@ -1,7 +0,5 @@

export function getTypeByValue(value: any): any;
declare function _default(props: any, propName: any, ...other: any[]): RangeError | null;
declare namespace _default {
export { requiredInteger as isRequired };
}
export default _default;
declare function requiredInteger(props: any, propName: any, componentName: any, location: any): RangeError | null;
import PropTypes from 'prop-types';
declare const integerPropType: PropTypes.Requireable<number>;
export default integerPropType;
/**
* @mui/utils v5.14.9
* @mui/utils v5.14.10
*

@@ -4,0 +4,0 @@ * @license MIT

@@ -7,3 +7,4 @@ 'use client';

/**
* https://github.com/facebook/react/issues/14099#issuecomment-440013892
* Inspired by https://github.com/facebook/react/issues/14099#issuecomment-440013892
* See RFC in https://github.com/reactjs/rfcs/pull/220
*/

@@ -10,0 +11,0 @@

/**
* @mui/utils v5.14.9
* @mui/utils v5.14.10
*

@@ -4,0 +4,0 @@ * @license MIT

@@ -7,3 +7,4 @@ 'use client';

/**
* https://github.com/facebook/react/issues/14099#issuecomment-440013892
* Inspired by https://github.com/facebook/react/issues/14099#issuecomment-440013892
* See RFC in https://github.com/reactjs/rfcs/pull/220
*/

@@ -10,0 +11,0 @@

{
"name": "@mui/utils",
"version": "5.14.9",
"version": "5.14.10",
"private": false,

@@ -30,2 +30,3 @@ "author": "MUI Team",

"@babel/runtime": "^7.22.15",
"@types/prop-types": "^15.7.5",
"prop-types": "^15.8.1",

@@ -36,4 +37,3 @@ "react-is": "^18.2.0"

"@types/react": "^17.0.0 || ^18.0.0",
"react": "^17.0.0 || ^18.0.0",
"react-dom": "^17.0.0 || ^18.0.0"
"react": "^17.0.0 || ^18.0.0"
},

@@ -40,0 +40,0 @@ "peerDependenciesMeta": {

/**
* https://github.com/facebook/react/issues/14099#issuecomment-440013892
* Inspired by https://github.com/facebook/react/issues/14099#issuecomment-440013892
* See RFC in https://github.com/reactjs/rfcs/pull/220
*/

@@ -4,0 +5,0 @@ declare function useEventCallback<Fn extends (...args: any[]) => any = (...args: unknown[]) => unknown>(fn: Fn): Fn;

@@ -14,3 +14,4 @@ "use strict";

/**
* https://github.com/facebook/react/issues/14099#issuecomment-440013892
* Inspired by https://github.com/facebook/react/issues/14099#issuecomment-440013892
* See RFC in https://github.com/reactjs/rfcs/pull/220
*/

@@ -17,0 +18,0 @@

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