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.4.1 to 2.4.2

2

lib/Algorithm.js

@@ -261,3 +261,3 @@ "use strict";

}
if (panelData.parent.mode === 'maximize') {
if (panelData && panelData.parent.mode === 'maximize') {
let newPanel = layout.maxbox.children[0];

@@ -264,0 +264,0 @@ if (!newPanel || (newPanel.tabs.length === 0 && !newPanel.panelLock)) {

{
"name": "rc-dock",
"version": "2.4.1",
"version": "2.4.2",
"description": "dock layout for react component",

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

@@ -280,3 +280,3 @@ import {

}
if (panelData.parent.mode === 'maximize') {
if (panelData && panelData.parent.mode === 'maximize') {
let newPanel = layout.maxbox.children[0] as PanelData;

@@ -283,0 +283,0 @@ if (!newPanel || (newPanel.tabs.length === 0 && !newPanel.panelLock)) {

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