Socket
Socket
Sign inDemoInstall

@hig/flyout

Package Overview
Dependencies
Maintainers
4
Versions
143
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@hig/flyout - npm Package Compare versions

Comparing version 2.2.1 to 2.3.0

2

build/index.es.js

@@ -1442,3 +1442,3 @@ import React, { Component } from 'react';

componentDidMount() {
window.document.body.addEventListener("click", this.handleBodyClick);
window.document.body.addEventListener("click", this.handleBodyClick, true);
}

@@ -1445,0 +1445,0 @@

@@ -1452,3 +1452,3 @@ 'use strict';

componentDidMount() {
window.document.body.addEventListener("click", this.handleBodyClick);
window.document.body.addEventListener("click", this.handleBodyClick, true);
}

@@ -1455,0 +1455,0 @@

@@ -0,1 +1,8 @@

# [@hig/flyout-v2.3.0](https://github.com/Autodesk/hig/compare/@hig/flyout@2.2.1...@hig/flyout@2.3.0) (2022-11-02)
### Features
* set useCapture to true for onClickOutside ([1025577](https://github.com/Autodesk/hig/commit/1025577))
# [@hig/flyout-v2.2.1](https://github.com/Autodesk/hig/compare/@hig/flyout@2.2.0...@hig/flyout@2.2.1) (2022-07-19)

@@ -2,0 +9,0 @@

{
"name": "@hig/flyout",
"version": "2.2.1",
"version": "2.3.0",
"description": "HIG Flyout",

@@ -27,3 +27,3 @@ "author": "Autodesk Inc.",

"@hig/theme-context": "^4.3.0",
"@hig/theme-data": "^3.0.0",
"@hig/theme-data": "^3.4.2",
"react": "^17.0.0"

@@ -30,0 +30,0 @@ },

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