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.7 to 0.0.8

2

dist/DropdownMenu.js

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

var menuClassName = (0, _classnames2.default)('dd-menu', 'dd-menu-' + alignment, { 'dd-menu-inverse': inverse }, size ? 'dd-menu-' + size : null);
var menuClassName = (0, _classnames2.default)('dd-menu', 'dd-menu-' + alignment, { 'dd-menu-inverse': inverse }, size ? 'dd-menu-' + size : null, { 'dd-menu-open': this.props.isOpen });

@@ -190,0 +190,0 @@ var _props2 = this.props,

{
"name": "react-dd-menu-portal",
"version": "0.0.7",
"version": "0.0.8",
"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",

@@ -172,3 +172,4 @@ import React, { PureComponent } from 'react';

{ 'dd-menu-inverse': inverse },
size ? ('dd-menu-' + size) : null
size ? ('dd-menu-' + size) : null,
{ 'dd-menu-open': this.props.isOpen },
);

@@ -175,0 +176,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