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 3.2.6 to 3.2.7

4

es/DockTabPane.js

@@ -21,3 +21,5 @@ import React from 'react';

this._cache = this.context.getTabCache(cacheId, this);
this._ref.appendChild(this._cache.div);
if (!this._ref.contains(this._cache.div)) {
this._ref.appendChild(this._cache.div);
}
this.context.updateTabCache(this._cache.id, children);

@@ -24,0 +26,0 @@ }

@@ -26,3 +26,5 @@ "use strict";

this._cache = this.context.getTabCache(cacheId, this);
this._ref.appendChild(this._cache.div);
if (!this._ref.contains(this._cache.div)) {
this._ref.appendChild(this._cache.div);
}
this.context.updateTabCache(this._cache.id, children);

@@ -29,0 +31,0 @@ }

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