New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.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 3.2.2 to 3.2.3

3

es/DockLayout.js

@@ -243,2 +243,3 @@ var __rest = (this && this.__rest) || function (s, e) {

updateTab(id, newTab, makeActive = true) {
var _a;
let tab = this.find(id, Algorithm.Filter.AnyTab);

@@ -266,3 +267,3 @@ if (tab) {

layout = Algorithm.fixLayoutData(layout, this.props.groups);
this.changeLayout(layout, newTab.id, 'update');
this.changeLayout(layout, (_a = newTab === null || newTab === void 0 ? void 0 : newTab.id) !== null && _a !== void 0 ? _a : id, 'update');
return true;

@@ -269,0 +270,0 @@ }

@@ -268,2 +268,3 @@ "use strict";

updateTab(id, newTab, makeActive = true) {
var _a;
let tab = this.find(id, Algorithm.Filter.AnyTab);

@@ -291,3 +292,3 @@ if (tab) {

layout = Algorithm.fixLayoutData(layout, this.props.groups);
this.changeLayout(layout, newTab.id, 'update');
this.changeLayout(layout, (_a = newTab === null || newTab === void 0 ? void 0 : newTab.id) !== null && _a !== void 0 ? _a : id, 'update');
return true;

@@ -294,0 +295,0 @@ }

{
"name": "rc-dock",
"version": "3.2.2",
"version": "3.2.3",
"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