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.5.2 to 4.7.1

2

es/refType.js
import PropTypes from 'prop-types';
const refType = PropTypes.oneOfType([PropTypes.func, PropTypes.PropTypes.object]);
const refType = PropTypes.oneOfType([PropTypes.func, PropTypes.object]);
export default refType;

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

/** @license Material-UI v4.5.2
/** @license Material-UI v4.7.1
*

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

import PropTypes from 'prop-types';
var refType = PropTypes.oneOfType([PropTypes.func, PropTypes.PropTypes.object]);
var refType = PropTypes.oneOfType([PropTypes.func, PropTypes.object]);
export default refType;

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

/** @license Material-UI v4.5.2
/** @license Material-UI v4.7.1
*

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

{
"name": "@material-ui/utils",
"version": "4.5.2",
"version": "4.7.1",
"private": false,

@@ -32,3 +32,3 @@ "author": "Material-UI Team",

"prop-types": "^15.7.2",
"react-is": "^16.8.6"
"react-is": "^16.8.0"
},

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

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

var refType = _propTypes.default.oneOfType([_propTypes.default.func, _propTypes.default.PropTypes.object]);
var refType = _propTypes.default.oneOfType([_propTypes.default.func, _propTypes.default.object]);
var _default = refType;
exports.default = _default;

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