Socket
Socket
Sign inDemoInstall

@material-ui/utils

Package Overview
Dependencies
15
Maintainers
5
Versions
51
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

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

2

deepmerge.js

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

if (isPlainObject(source[key]) && key in target) {
if (isPlainObject(source[key]) && key in target && isPlainObject(target[key])) {
// Since `output` is a clone of `target` and we have narrowed `target` in this block we can cast to the same type.

@@ -34,0 +34,0 @@ output[key] = deepmerge(target[key], source[key], options);

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

if (isPlainObject(source[key]) && key in target) {
if (isPlainObject(source[key]) && key in target && isPlainObject(target[key])) {
// Since `output` is a clone of `target` and we have narrowed `target` in this block we can cast to the same type.

@@ -22,0 +22,0 @@ output[key] = deepmerge(target[key], source[key], options);

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

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

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

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

if (isPlainObject(source[key]) && key in target) {
if (isPlainObject(source[key]) && key in target && isPlainObject(target[key])) {
// Since `output` is a clone of `target` and we have narrowed `target` in this block we can cast to the same type.

@@ -24,0 +24,0 @@ output[key] = deepmerge(target[key], source[key], options);

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

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

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

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

if (isPlainObject(source[key]) && key in target) {
if (isPlainObject(source[key]) && key in target && isPlainObject(target[key])) {
// Since `output` is a clone of `target` and we have narrowed `target` in this block we can cast to the same type.

@@ -22,0 +22,0 @@ output[key] = deepmerge(target[key], source[key], options);

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

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

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

{
"name": "@material-ui/utils",
"version": "5.0.0-alpha.17",
"version": "5.0.0-alpha.18",
"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