Socket
Socket
Sign inDemoInstall

@material-ui/utils

Package Overview
Dependencies
10
Maintainers
7
Versions
51
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 4.9.6 to 4.9.12

es/HTMLElementType.js

1

es/index.js

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

export { default as getDisplayName } from './getDisplayName';
export { default as HTMLElementType } from './HTMLElementType';
export { default as ponyfillGlobal } from './ponyfillGlobal';
export { default as refType } from './refType';

3

esm/index.js

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

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

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

export { default as getDisplayName } from './getDisplayName';
export { default as HTMLElementType } from './HTMLElementType';
export { default as ponyfillGlobal } from './ponyfillGlobal';
export { default as refType } from './refType';

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

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

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

});
Object.defineProperty(exports, "HTMLElementType", {
enumerable: true,
get: function get() {
return _HTMLElementType.default;
}
});
Object.defineProperty(exports, "ponyfillGlobal", {

@@ -75,4 +81,6 @@ enumerable: true,

var _HTMLElementType = _interopRequireDefault(require("./HTMLElementType"));
var _ponyfillGlobal = _interopRequireDefault(require("./ponyfillGlobal"));
var _refType = _interopRequireDefault(require("./refType"));
{
"name": "@material-ui/utils",
"version": "4.9.6",
"version": "4.9.12",
"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