Socket
Socket
Sign inDemoInstall

carbon-components-react

Package Overview
Dependencies
35
Maintainers
1
Versions
1155
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 3.1.6 to 3.1.7

5

cjs/components/OverflowMenu.js

@@ -79,6 +79,2 @@ 'use strict';

_this.setState({ open: false });
}, _this.handleBlur = function (evt) {
if (!_this.menuEl.contains(evt.relatedTarget)) {
_this.setState({ open: false });
}
}, _temp), _possibleConstructorReturn(_this, _ret);

@@ -148,3 +144,2 @@ }

onKeyDown: this.handleKeyPress,
onBlur: this.handleBlur,
'aria-label': ariaLabel,

@@ -151,0 +146,0 @@ id: id,

@@ -51,6 +51,2 @@ var _extends = Object.assign || function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; };

_this.setState({ open: false });
}, _this.handleBlur = function (evt) {
if (!_this.menuEl.contains(evt.relatedTarget)) {
_this.setState({ open: false });
}
}, _temp), _possibleConstructorReturn(_this, _ret);

@@ -120,3 +116,2 @@ }

onKeyDown: this.handleKeyPress,
onBlur: this.handleBlur,
'aria-label': ariaLabel,

@@ -123,0 +118,0 @@ id: id,

4

package.json

@@ -125,4 +125,4 @@ {

"react": "^15.5.4",
"react-addons-test-utils": "^15.3.1",
"react-dom": "^15.5.4",
"react-test-renderer": "^15.6.1",
"rimraf": "^2.6.1",

@@ -173,3 +173,3 @@ "sass-loader": "^6.0.5",

},
"version": "3.1.6"
"version": "3.1.7"
}
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