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

@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.3.0 to 2.3.1

2

build/index.es.js

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

componentWillUnmount() {
window.document.body.removeEventListener("click", this.handleBodyClick);
window.document.body.removeEventListener("click", this.handleBodyClick, true);
}

@@ -1449,0 +1449,0 @@ /**

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

componentWillUnmount() {
window.document.body.removeEventListener("click", this.handleBodyClick);
window.document.body.removeEventListener("click", this.handleBodyClick, true);
}

@@ -1459,0 +1459,0 @@ /**

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

# [@hig/flyout-v2.3.1](https://github.com/Autodesk/hig/compare/@hig/flyout@2.3.0...@hig/flyout@2.3.1) (2022-11-10)
### Bug Fixes
* properly remove handleBodyClick listener ([e9af55d](https://github.com/Autodesk/hig/commit/e9af55d))
# [@hig/flyout-v2.3.0](https://github.com/Autodesk/hig/compare/@hig/flyout@2.2.1...@hig/flyout@2.3.0) (2022-11-02)

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

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

@@ -5,0 +5,0 @@ "author": "Autodesk Inc.",

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