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

react-dd-menu-portal

Package Overview
Dependencies
Maintainers
1
Versions
13
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

react-dd-menu-portal - npm Package Compare versions

Comparing version 0.0.2 to 0.0.3

2

dist/DropdownMenu.js

@@ -110,2 +110,4 @@ 'use strict';

}
}, _this._registerWrapperRef = function (ref) {
return _this._wrapperRef = ref;
}, _this._registerPortalRef = function (ref) {

@@ -112,0 +114,0 @@ return _this._portalRef = ref;

2

package.json
{
"name": "react-dd-menu-portal",
"version": "0.0.2",
"version": "0.0.3",
"description": "A fork of react-dd-menu built with React portals to hoist dropdown menus in the DOM.",

@@ -5,0 +5,0 @@ "main": "dist/index.js",

@@ -160,2 +160,3 @@ import React, { PureComponent } from 'react';

_registerWrapperRef = (ref) => this._wrapperRef = ref
_registerPortalRef = (ref) => this._portalRef = ref

@@ -162,0 +163,0 @@ _setDropdownWidth = (width) => this.setState({dropdownWidth: width})

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