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

@material-ui/utils

Package Overview
Dependencies
Maintainers
6
Versions
51
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@material-ui/utils - npm Package Compare versions

Comparing version 4.9.12 to 4.10.2

es/formatMuiErrorMessage.js

1

es/index.js

@@ -6,2 +6,3 @@ export { default as chainPropTypes } from './chainPropTypes';

export { default as exactProp } from './exactProp';
export { default as formatMuiErrorMessage } from './formatMuiErrorMessage';
export { default as getDisplayName } from './getDisplayName';

@@ -8,0 +9,0 @@ export { default as HTMLElementType } from './HTMLElementType';

3

esm/index.js

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

/** @license Material-UI v4.9.12
/** @license Material-UI v4.10.2
*

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

export { default as exactProp } from './exactProp';
export { default as formatMuiErrorMessage } from './formatMuiErrorMessage';
export { default as getDisplayName } from './getDisplayName';

@@ -13,0 +14,0 @@ export { default as HTMLElementType } from './HTMLElementType';

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

/** @license Material-UI v4.9.12
/** @license Material-UI v4.10.2
*

@@ -43,2 +43,8 @@ * This source code is licensed under the MIT license found in the

});
Object.defineProperty(exports, "formatMuiErrorMessage", {
enumerable: true,
get: function get() {
return _formatMuiErrorMessage.default;
}
});
Object.defineProperty(exports, "getDisplayName", {

@@ -79,2 +85,4 @@ enumerable: true,

var _formatMuiErrorMessage = _interopRequireDefault(require("./formatMuiErrorMessage"));
var _getDisplayName = _interopRequireDefault(require("./getDisplayName"));

@@ -81,0 +89,0 @@

{
"name": "@material-ui/utils",
"version": "4.9.12",
"version": "4.10.2",
"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
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc