Socket
Socket
Sign inDemoInstall

material-ui-popup-state

Package Overview
Dependencies
9
Maintainers
1
Versions
57
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 1.4.1 to 1.4.2

6

es/hoverWorkaround.js

@@ -50,8 +50,6 @@ "use strict";

classes: classes,
className: _modalRoot,
style: _objectSpread({
pointerEvents: 'none'
}, style),
ModalClasses: _objectSpread({}, ModalClasses, {
root: ModalClasses && ModalClasses.root ? `${ModalClasses.root} ${_modalRoot}` : _modalRoot
})
}, style)
}, props));

@@ -58,0 +56,0 @@ });

@@ -42,8 +42,6 @@ "use strict";

classes: classes,
className: _modalRoot,
style: (0, _objectSpread2.default)({
pointerEvents: 'none'
}, style),
ModalClasses: (0, _objectSpread2.default)({}, ModalClasses, {
root: ModalClasses && ModalClasses.root ? "".concat(ModalClasses.root, " ").concat(_modalRoot) : _modalRoot
})
}, style)
}, props));

@@ -50,0 +48,0 @@ });

@@ -22,2 +22,1 @@ The MIT License (MIT)

SOFTWARE.
{
"name": "material-ui-popup-state",
"version": "1.4.1",
"version": "1.4.2",
"description": "easiest way to create menus, popovers, and poppers with material-ui",

@@ -11,4 +11,4 @@ "main": "index.js",

"lint:watch": "esw --watch src test --cache",
"prettier": "prettier --write src/**/*.js test/**/*.js",
"prettier:check": "prettier --list-different src/**/*.js test/**/*.js",
"prettier": "prettier --write *.json *.md *.js src/**/*.js test/**/*.js",
"prettier:check": "prettier --list-different *.json *.md *.js src/**/*.js test/**/*.js",
"flow": "flow",

@@ -19,5 +19,5 @@ "flow:coverage": "for file in src/**.js test/**.js; do echo $file; flow coverage $file; done",

"build": "npm run clean && cross-env BABEL_ENV=production babel src --out-dir es && flow-copy-source -v src/ es && cross-env BABEL_ENV=es5 babel src --out-dir . && flow-copy-source -v src/ .",
"test": "cross-env NODE_ENV=production BABEL_ENV=es5 mocha $npm_package_config_mocha && cross-env NODE_ENV=production BABEL_ENV=coverage nyc --reporter=lcov --reporter=text mocha $npm_package_config_mocha",
"test:watch": "cross-env NODE_ENV=production BABEL_ENV=test mocha --watch $npm_package_config_mocha",
"test:debug": "cross-env NODE_ENV=production BABEL_ENV=test mocha --inspect-brk $npm_package_config_mocha",
"test": "cross-env NODE_ENV=test BABEL_ENV=es5 mocha $npm_package_config_mocha && cross-env NODE_ENV=test BABEL_ENV=coverage nyc --reporter=lcov --reporter=text mocha $npm_package_config_mocha",
"test:watch": "cross-env NODE_ENV=test BABEL_ENV=test mocha --watch $npm_package_config_mocha",
"test:debug": "cross-env NODE_ENV=test BABEL_ENV=test mocha --inspect-brk $npm_package_config_mocha",
"codecov": "nyc report --reporter=text-lcov > coverage.lcov; codecov",

@@ -108,3 +108,3 @@ "prepublishOnly": "npm run clean && npm run prettier:check && npm run lint && flow && npm test && npm run build",

"@jedwards1211/eslint-config": "^2.0.0",
"@jedwards1211/eslint-config-flow": "^1.0.2",
"@jedwards1211/eslint-config-flow": "^2.0.0",
"@jedwards1211/eslint-config-react": "^4.0.0",

@@ -152,2 +152,3 @@ "@material-ui/core": "^4.0.2",

"@babel/runtime": "^7.1.5",
"classnames": "^2.2.6",
"prop-types": "^15.0.0"

@@ -154,0 +155,0 @@ },

Sorry, the diff of this file is not supported yet

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

Packages

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc