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

rc-dock

Package Overview
Dependencies
Maintainers
1
Versions
102
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

rc-dock - npm Package Compare versions

Comparing version 2.5.1 to 2.5.2

4

lib/DockPanel.js

@@ -26,6 +26,8 @@ "use strict";

let { panelData } = this.props;
DockPanel.droppingPanel = this;
let dockId = this.context.getDockId();
let tab = DragManager_1.DragState.getData('tab', dockId);
let panel = DragManager_1.DragState.getData('panel', dockId);
if (tab || panel) {
DockPanel.droppingPanel = this;
}
if (tab) {

@@ -32,0 +34,0 @@ if (tab.parent) {

{
"name": "rc-dock",
"version": "2.5.1",
"version": "2.5.2",
"description": "dock layout for react component",

@@ -5,0 +5,0 @@ "repository": {

Sorry, the diff of this file is not supported yet

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