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.0.0-alpha.0 to 4.0.0-alpha.2

es/hoistMuiStatics.js

2

es/index.js

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

export { default as componentPropType } from './componentPropType';
export { default as chainPropTypes } from './chainPropTypes';
export { default as exactProp } from './exactProp';
export { default as getDisplayName } from './getDisplayName';
export { default as hoistMuiStatics } from './hoistMuiStatics';
export { default as ponyfillGlobal } from './ponyfillGlobal';

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

/** @license Material-UI v4.0.0-alpha.0
/** @license Material-UI v4.0.0-alpha.2
*

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

*/
export { default as componentPropType } from './componentPropType';
export { default as chainPropTypes } from './chainPropTypes';
export { default as exactProp } from './exactProp';
export { default as getDisplayName } from './getDisplayName';
export { default as hoistMuiStatics } from './hoistMuiStatics';
export { default as ponyfillGlobal } from './ponyfillGlobal';

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

/** @license Material-UI v4.0.0-alpha.0
/** @license Material-UI v4.0.0-alpha.2
*

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

});
Object.defineProperty(exports, "componentPropType", {
enumerable: true,
get: function get() {
return _componentPropType.default;
}
});
Object.defineProperty(exports, "chainPropTypes", {

@@ -38,2 +32,8 @@ enumerable: true,

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

@@ -46,4 +46,2 @@ enumerable: true,

var _componentPropType = _interopRequireDefault(require("./componentPropType"));
var _chainPropTypes = _interopRequireDefault(require("./chainPropTypes"));

@@ -55,2 +53,4 @@

var _hoistMuiStatics = _interopRequireDefault(require("./hoistMuiStatics"));
var _ponyfillGlobal = _interopRequireDefault(require("./ponyfillGlobal"));

@@ -5,3 +5,3 @@ {

"author": "Material-UI Team",
"version": "4.0.0-alpha.0",
"version": "4.0.0-alpha.2",
"description": "Material-UI Utils - Utility functions for Material-UI.",

@@ -31,3 +31,3 @@ "main": "./index.js",

"@babel/runtime": "^7.2.0",
"prop-types": "^15.6.0",
"prop-types": "^15.7.2",
"react-is": "^16.8.0"

@@ -34,0 +34,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