@material-ui/utils
Advanced tools
Comparing version 3.0.0-alpha.0 to 3.0.0-alpha.1
@@ -1,2 +0,2 @@ | ||
import _objectSpread from "@babel/runtime/helpers/objectSpread"; | ||
import _extends from "@babel/runtime/helpers/extends"; | ||
// This module is based on https://github.com/airbnb/prop-types-exact repository. | ||
@@ -14,4 +14,3 @@ // However, in order to reduce the number of dependencies and to remove some extra safe checks | ||
return _objectSpread({}, propTypes, { | ||
// eslint-disable-next-line prefer-arrow-callback | ||
return _extends({}, propTypes, { | ||
[specialProperty]: props => { | ||
@@ -18,0 +17,0 @@ const unsupportedProps = Object.keys(props).filter(prop => !propTypes.hasOwnProperty(prop)); |
@@ -0,3 +1,4 @@ | ||
export { default as componentPropType } from './componentPropType'; | ||
export { default as exactProp } from './exactProp'; | ||
export { default as getDisplayName } from './getDisplayName'; | ||
export { default as ponyfillGlobal } from './ponyfillGlobal'; |
@@ -1,2 +0,2 @@ | ||
/** @license Material-UI v3.0.0-alpha.0 | ||
/** @license Material-UI v3.0.0-alpha.1 | ||
* | ||
@@ -6,4 +6,5 @@ * This source code is licensed under the MIT license found in the | ||
*/ | ||
export { default as componentPropType } from './componentPropType'; | ||
export { default as exactProp } from './exactProp'; | ||
export { default as getDisplayName } from './getDisplayName'; | ||
export { default as ponyfillGlobal } from './ponyfillGlobal'; |
10
index.js
@@ -1,2 +0,2 @@ | ||
/** @license Material-UI v3.0.0-alpha.0 | ||
/** @license Material-UI v3.0.0-alpha.1 | ||
* | ||
@@ -13,2 +13,8 @@ * 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, "exactProp", { | ||
@@ -33,2 +39,4 @@ enumerable: true, | ||
var _componentPropType = _interopRequireDefault(require("./componentPropType")); | ||
var _exactProp = _interopRequireDefault(require("./exactProp")); | ||
@@ -35,0 +43,0 @@ |
@@ -5,3 +5,3 @@ { | ||
"author": "Material-UI Team", | ||
"version": "3.0.0-alpha.0", | ||
"version": "3.0.0-alpha.1", | ||
"description": "Material-UI Utils - Utility functions for Material-UI.", | ||
@@ -30,3 +30,4 @@ "main": "./index.js", | ||
"dependencies": { | ||
"@babel/runtime": "7.1.2" | ||
"@babel/runtime": "7.2.0", | ||
"react-is": "^16.6.3" | ||
}, | ||
@@ -33,0 +34,0 @@ "sideEffects": false, |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
12060
14
237
4
6
+ Addedreact-is@^16.6.3
+ Added@babel/runtime@7.2.0(transitive)
- Removed@babel/runtime@7.1.2(transitive)
Updated@babel/runtime@7.2.0