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

@material-ui/system

Package Overview
Dependencies
Maintainers
5
Versions
70
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@material-ui/system - npm Package Compare versions

Comparing version 4.9.14 to 4.11.2

2

breakpoints.js

@@ -84,3 +84,3 @@ "use strict";

newStyleFunction.propTypes = process.env.NODE_ENV !== 'production' ? (0, _extends2.default)((0, _extends2.default)({}, styleFunction.propTypes), {}, {
newStyleFunction.propTypes = process.env.NODE_ENV !== 'production' ? (0, _extends2.default)({}, styleFunction.propTypes, {
xs: _propTypes.default.object,

@@ -87,0 +87,0 @@ sm: _propTypes.default.object,

@@ -33,5 +33,5 @@ "use strict";

if (props.css) {
return (0, _extends2.default)((0, _extends2.default)({}, (0, _merge.default)(output, styleFunction((0, _extends2.default)({
return (0, _extends2.default)({}, (0, _merge.default)(output, styleFunction((0, _extends2.default)({
theme: props.theme
}, props.css)))), omit(props.css, [styleFunction.filterProps]));
}, props.css))), omit(props.css, [styleFunction.filterProps]));
}

@@ -42,3 +42,3 @@

newStyleFunction.propTypes = process.env.NODE_ENV !== 'production' ? (0, _extends2.default)((0, _extends2.default)({}, styleFunction.propTypes), {}, {
newStyleFunction.propTypes = process.env.NODE_ENV !== 'production' ? (0, _extends2.default)({}, styleFunction.propTypes, {
css: _propTypes.default.object

@@ -45,0 +45,0 @@ }) : {};

@@ -63,3 +63,3 @@ import _extends from "@babel/runtime/helpers/esm/extends";

newStyleFunction.propTypes = process.env.NODE_ENV !== 'production' ? _extends(_extends({}, styleFunction.propTypes), {}, {
newStyleFunction.propTypes = process.env.NODE_ENV !== 'production' ? _extends({}, styleFunction.propTypes, {
xs: PropTypes.object,

@@ -66,0 +66,0 @@ sm: PropTypes.object,

@@ -20,5 +20,5 @@ import _extends from "@babel/runtime/helpers/esm/extends";

if (props.css) {
return _extends(_extends({}, merge(output, styleFunction(_extends({
return _extends({}, merge(output, styleFunction(_extends({
theme: props.theme
}, props.css)))), omit(props.css, [styleFunction.filterProps]));
}, props.css))), omit(props.css, [styleFunction.filterProps]));
}

@@ -29,3 +29,3 @@

newStyleFunction.propTypes = process.env.NODE_ENV !== 'production' ? _extends(_extends({}, styleFunction.propTypes), {}, {
newStyleFunction.propTypes = process.env.NODE_ENV !== 'production' ? _extends({}, styleFunction.propTypes, {
css: PropTypes.object

@@ -32,0 +32,0 @@ }) : {};

@@ -68,3 +68,3 @@ import _toConsumableArray from "@babel/runtime/helpers/esm/toConsumableArray";

newStyleFunction.propTypes = process.env.NODE_ENV !== 'production' ? _extends(_extends({}, styleFunction.propTypes), {}, {
newStyleFunction.propTypes = process.env.NODE_ENV !== 'production' ? _extends({}, styleFunction.propTypes, {
xs: PropTypes.object,

@@ -71,0 +71,0 @@ sm: PropTypes.object,

@@ -21,5 +21,5 @@ import _toConsumableArray from "@babel/runtime/helpers/esm/toConsumableArray";

if (props.css) {
return _extends(_extends({}, merge(output, styleFunction(_extends({
return _extends({}, merge(output, styleFunction(_extends({
theme: props.theme
}, props.css)))), omit(props.css, [styleFunction.filterProps]));
}, props.css))), omit(props.css, [styleFunction.filterProps]));
}

@@ -30,3 +30,3 @@

newStyleFunction.propTypes = process.env.NODE_ENV !== 'production' ? _extends(_extends({}, styleFunction.propTypes), {}, {
newStyleFunction.propTypes = process.env.NODE_ENV !== 'production' ? _extends({}, styleFunction.propTypes, {
css: PropTypes.object

@@ -33,0 +33,0 @@ }) : {};

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

/** @license Material-UI v4.9.14
/** @license Material-UI v4.11.2
*

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

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

/** @license Material-UI v4.9.14
/** @license Material-UI v4.11.2
*

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

{
"name": "@material-ui/system",
"version": "4.9.14",
"version": "4.11.2",
"private": false,

@@ -30,5 +30,5 @@ "author": "Material-UI Team",

"peerDependencies": {
"@types/react": "^16.8.6",
"react": "^16.8.0",
"react-dom": "^16.8.0"
"@types/react": "^16.8.6 || ^17.0.0",
"react": "^16.8.0 || ^17.0.0",
"react-dom": "^16.8.0 || ^17.0.0"
},

@@ -42,3 +42,3 @@ "peerDependenciesMeta": {

"@babel/runtime": "^7.4.4",
"@material-ui/utils": "^4.9.6",
"@material-ui/utils": "^4.11.2",
"csstype": "^2.5.2",

@@ -45,0 +45,0 @@ "prop-types": "^15.7.2"

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