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

@material-ui/styles

Package Overview
Dependencies
Maintainers
5
Versions
87
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@material-ui/styles - npm Package Compare versions

Comparing version 5.0.0-alpha.18 to 5.0.0-alpha.19

2

index.js

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

/** @license Material-UI v5.0.0-alpha.18
/** @license Material-UI v5.0.0-alpha.19
*

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

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

/** @license Material-UI v5.0.0-alpha.18
/** @license Material-UI v5.0.0-alpha.19
*

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

@@ -24,6 +24,6 @@ import _objectWithoutProperties from "@babel/runtime/helpers/esm/objectWithoutProperties";

var variant = props.variant,
rest = _objectWithoutProperties(props, ["variant"]);
other = _objectWithoutProperties(props, ["variant"]);
var classKey = variant || '';
Object.keys(rest).sort().forEach(function (key) {
Object.keys(other).sort().forEach(function (key) {
if (key === 'color') {

@@ -30,0 +30,0 @@ classKey += isEmpty(classKey) ? props[key] : capitalize(props[key]);

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

/** @license Material-UI v5.0.0-alpha.18
/** @license Material-UI v5.0.0-alpha.19
*

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

@@ -26,6 +26,6 @@ import _objectWithoutPropertiesLoose from "@babel/runtime/helpers/esm/objectWithoutPropertiesLoose";

} = props,
rest = _objectWithoutPropertiesLoose(props, ["variant"]);
other = _objectWithoutPropertiesLoose(props, ["variant"]);
let classKey = variant || '';
Object.keys(rest).sort().forEach(key => {
Object.keys(other).sort().forEach(key => {
if (key === 'color') {

@@ -32,0 +32,0 @@ classKey += isEmpty(classKey) ? props[key] : capitalize(props[key]);

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

/** @license Material-UI v5.0.0-alpha.18
/** @license Material-UI v5.0.0-alpha.19
*

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

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

} = props,
rest = (0, _objectWithoutPropertiesLoose2.default)(props, ["variant"]);
other = (0, _objectWithoutPropertiesLoose2.default)(props, ["variant"]);
let classKey = variant || '';
Object.keys(rest).sort().forEach(key => {
Object.keys(other).sort().forEach(key => {
if (key === 'color') {

@@ -43,0 +43,0 @@ classKey += isEmpty(classKey) ? props[key] : capitalize(props[key]);

{
"name": "@material-ui/styles",
"version": "5.0.0-alpha.18",
"version": "5.0.0-alpha.19",
"private": false,

@@ -41,4 +41,4 @@ "author": "Material-UI Team",

"@emotion/hash": "^0.8.0",
"@material-ui/types": "^5.1.0",
"@material-ui/utils": "^5.0.0-alpha.18",
"@material-ui/types": "5.1.1",
"@material-ui/utils": "5.0.0-alpha.19",
"clsx": "^1.0.4",

@@ -45,0 +45,0 @@ "csstype": "^3.0.2",

@@ -26,6 +26,6 @@ import _objectWithoutPropertiesLoose from "@babel/runtime/helpers/esm/objectWithoutPropertiesLoose";

} = props,
rest = _objectWithoutPropertiesLoose(props, ["variant"]);
other = _objectWithoutPropertiesLoose(props, ["variant"]);
let classKey = variant || '';
Object.keys(rest).sort().forEach(key => {
Object.keys(other).sort().forEach(key => {
if (key === 'color') {

@@ -32,0 +32,0 @@ classKey += isEmpty(classKey) ? props[key] : capitalize(props[key]);

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