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

material-ui-popup-state

Package Overview
Dependencies
Maintainers
1
Versions
62
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

material-ui-popup-state - npm Package Compare versions

Comparing version 1.4.0 to 1.4.1

6

es/hoverWorkaround.js

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

function hoverWorkaround(Comp) {
const HoverWorkaround = (_ref) => {
const HoverWorkaround = React.forwardRef((_ref, ref) => {
let {

@@ -49,2 +49,3 @@ classes: {

return React.createElement(Comp, _extends({
ref: ref,
classes: classes,

@@ -58,5 +59,4 @@ style: _objectSpread({

}, props));
};
});
return (0, _withStyles.default)(styles)(HoverWorkaround);
}

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

function hoverWorkaround(Comp) {
var HoverWorkaround = function HoverWorkaround(_ref) {
var HoverWorkaround = React.forwardRef(function (_ref, ref) {
var _ref$classes = _ref.classes,

@@ -41,2 +41,3 @@ _modalRoot = _ref$classes._modalRoot,

return React.createElement(Comp, (0, _extends2.default)({
ref: ref,
classes: classes,

@@ -50,5 +51,4 @@ style: (0, _objectSpread2.default)({

}, props));
};
});
return (0, _withStyles.default)(styles)(HoverWorkaround);
}
{
"name": "material-ui-popup-state",
"version": "1.4.0",
"version": "1.4.1",
"description": "easiest way to create menus, popovers, and poppers with material-ui",

@@ -5,0 +5,0 @@ "main": "index.js",

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

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