Socket
Socket
Sign inDemoInstall

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.8.1 to 1.8.2

1

core.d.ts

@@ -177,2 +177,3 @@ import { SyntheticEvent } from 'react'

open: boolean
onMouseLeave: (event: SyntheticEvent<any>) => void
}

6

core.js

@@ -355,7 +355,9 @@ "use strict";

anchorEl = _ref14.anchorEl,
popupId = _ref14.popupId;
popupId = _ref14.popupId,
onMouseLeave = _ref14.onMouseLeave;
return {
id: popupId,
anchorEl: anchorEl,
open: isOpen
open: isOpen,
onMouseLeave: onMouseLeave
};

@@ -362,0 +364,0 @@ }

@@ -177,2 +177,3 @@ import { SyntheticEvent } from 'react'

open: boolean
onMouseLeave: (event: SyntheticEvent<any>) => void
}

@@ -378,3 +378,4 @@ "use strict";

anchorEl,
popupId
popupId,
onMouseLeave
}) {

@@ -384,3 +385,4 @@ return {

anchorEl,
open: isOpen
open: isOpen,
onMouseLeave
};

@@ -387,0 +389,0 @@ }

{
"name": "material-ui-popup-state",
"version": "1.8.1",
"version": "1.8.2",
"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