Socket
Socket
Sign inDemoInstall

@material-ui/utils

Package Overview
Dependencies
Maintainers
8
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.11.2 to 4.11.3

2

elementAcceptingRef.js

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

if (warningHint !== undefined) {
return new Error("Invalid ".concat(location, " `").concat(safePropName, "` supplied to `").concat(componentName, "`. ") + "Expected an element that can hold a ref. ".concat(warningHint, " ") + 'For more information see https://material-ui.com/r/caveat-with-refs-guide');
return new Error("Invalid ".concat(location, " `").concat(safePropName, "` supplied to `").concat(componentName, "`. ") + "Expected an element that can hold a ref. ".concat(warningHint, " ") + 'For more information see https://mui.com/r/caveat-with-refs-guide');
}

@@ -49,0 +49,0 @@

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

if (warningHint !== undefined) {
return new Error("Invalid ".concat(location, " `").concat(safePropName, "` supplied to `").concat(componentName, "`. ") + "Expected an element type that can hold a ref. ".concat(warningHint, " ") + 'For more information see https://material-ui.com/r/caveat-with-refs-guide');
return new Error("Invalid ".concat(location, " `").concat(safePropName, "` supplied to `").concat(componentName, "`. ") + "Expected an element type that can hold a ref. ".concat(warningHint, " ") + 'For more information see https://mui.com/r/caveat-with-refs-guide');
}

@@ -50,0 +50,0 @@

@@ -37,3 +37,3 @@ import PropTypes from 'prop-types';

if (warningHint !== undefined) {
return new Error(`Invalid ${location} \`${safePropName}\` supplied to \`${componentName}\`. ` + `Expected an element that can hold a ref. ${warningHint} ` + 'For more information see https://material-ui.com/r/caveat-with-refs-guide');
return new Error(`Invalid ${location} \`${safePropName}\` supplied to \`${componentName}\`. ` + `Expected an element that can hold a ref. ${warningHint} ` + 'For more information see https://mui.com/r/caveat-with-refs-guide');
}

@@ -40,0 +40,0 @@

@@ -36,3 +36,3 @@ import * as PropTypes from 'prop-types';

if (warningHint !== undefined) {
return new Error(`Invalid ${location} \`${safePropName}\` supplied to \`${componentName}\`. ` + `Expected an element type that can hold a ref. ${warningHint} ` + 'For more information see https://material-ui.com/r/caveat-with-refs-guide');
return new Error(`Invalid ${location} \`${safePropName}\` supplied to \`${componentName}\`. ` + `Expected an element type that can hold a ref. ${warningHint} ` + 'For more information see https://mui.com/r/caveat-with-refs-guide');
}

@@ -39,0 +39,0 @@

@@ -12,3 +12,3 @@ /**

/* eslint-disable prefer-template */
let url = 'https://material-ui.com/production-error/?code=' + code;
let url = 'https://mui.com/production-error/?code=' + code;

@@ -15,0 +15,0 @@ for (let i = 1; i < arguments.length; i += 1) {

@@ -36,3 +36,3 @@ import PropTypes from 'prop-types';

if (warningHint !== undefined) {
return new Error("Invalid ".concat(location, " `").concat(safePropName, "` supplied to `").concat(componentName, "`. ") + "Expected an element that can hold a ref. ".concat(warningHint, " ") + 'For more information see https://material-ui.com/r/caveat-with-refs-guide');
return new Error("Invalid ".concat(location, " `").concat(safePropName, "` supplied to `").concat(componentName, "`. ") + "Expected an element that can hold a ref. ".concat(warningHint, " ") + 'For more information see https://mui.com/r/caveat-with-refs-guide');
}

@@ -39,0 +39,0 @@

@@ -35,3 +35,3 @@ import * as PropTypes from 'prop-types';

if (warningHint !== undefined) {
return new Error("Invalid ".concat(location, " `").concat(safePropName, "` supplied to `").concat(componentName, "`. ") + "Expected an element type that can hold a ref. ".concat(warningHint, " ") + 'For more information see https://material-ui.com/r/caveat-with-refs-guide');
return new Error("Invalid ".concat(location, " `").concat(safePropName, "` supplied to `").concat(componentName, "`. ") + "Expected an element type that can hold a ref. ".concat(warningHint, " ") + 'For more information see https://mui.com/r/caveat-with-refs-guide');
}

@@ -38,0 +38,0 @@

@@ -12,3 +12,3 @@ /**

/* eslint-disable prefer-template */
var url = 'https://material-ui.com/production-error/?code=' + code;
var url = 'https://mui.com/production-error/?code=' + code;

@@ -15,0 +15,0 @@ for (var i = 1; i < arguments.length; i += 1) {

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

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

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

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

/* eslint-disable prefer-template */
var url = 'https://material-ui.com/production-error/?code=' + code;
var url = 'https://mui.com/production-error/?code=' + code;

@@ -22,0 +22,0 @@ for (var i = 1; i < arguments.length; i += 1) {

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

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

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

{
"name": "@material-ui/utils",
"version": "4.11.2",
"version": "4.11.3",
"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
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc