Socket
Socket
Sign inDemoInstall

@material-ui/utils

Package Overview
Dependencies
Maintainers
7
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.1.0 to 4.3.0

4

es/exactProp.js

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

import _extends from "@babel/runtime/helpers/extends";
import _extends from "@babel/runtime/helpers/esm/extends";
// This module is based on https://github.com/airbnb/prop-types-exact repository.

@@ -18,3 +18,3 @@ // However, in order to reduce the number of dependencies and to remove some extra safe checks

if (unsupportedProps.length > 0) {
return new Error(`The following properties are not supported: ${unsupportedProps.map(prop => `\`${prop}\``).join(', ')}. Please remove them.`);
return new Error(`The following props are not supported: ${unsupportedProps.map(prop => `\`${prop}\``).join(', ')}. Please remove them.`);
}

@@ -21,0 +21,0 @@

@@ -1,3 +0,3 @@

import _defineProperty from "@babel/runtime/helpers/defineProperty";
import _extends from "@babel/runtime/helpers/extends";
import _defineProperty from "@babel/runtime/helpers/esm/defineProperty";
import _extends from "@babel/runtime/helpers/esm/extends";
// This module is based on https://github.com/airbnb/prop-types-exact repository.

@@ -20,3 +20,3 @@ // However, in order to reduce the number of dependencies and to remove some extra safe checks

if (unsupportedProps.length > 0) {
return new Error("The following properties are not supported: ".concat(unsupportedProps.map(function (prop) {
return new Error("The following props are not supported: ".concat(unsupportedProps.map(function (prop) {
return "`".concat(prop, "`");

@@ -23,0 +23,0 @@ }).join(', '), ". Please remove them."));

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

import _typeof from "@babel/runtime/helpers/typeof";
import _typeof from "@babel/runtime/helpers/esm/typeof";
import { ForwardRef } from 'react-is'; // Simplified polyfill for IE 11 support

@@ -3,0 +3,0 @@ // https://github.com/JamesMGreene/Function.name/blob/58b314d4a983110c3682f1228f845d39ccca1817/Function.name.js#L3

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

/** @license Material-UI v4.1.0
/** @license Material-UI v4.3.0
*

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

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

if (unsupportedProps.length > 0) {
return new Error("The following properties are not supported: ".concat(unsupportedProps.map(function (prop) {
return new Error("The following props are not supported: ".concat(unsupportedProps.map(function (prop) {
return "`".concat(prop, "`");

@@ -35,0 +35,0 @@ }).join(', '), ". Please remove them."));

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

/** @license Material-UI v4.1.0
/** @license Material-UI v4.3.0
*

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

{
"name": "@material-ui/utils",
"version": "4.1.0",
"version": "4.3.0",
"private": false,

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

"dependencies": {
"@babel/runtime": "^7.2.0",
"@babel/runtime": "^7.4.4",
"prop-types": "^15.7.2",
"react-is": "^16.8.0"
"react-is": "^16.8.6"
},

@@ -35,0 +35,0 @@ "sideEffects": false,

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