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.0.8 to 3.0.9

yarn-error.log

2

es/DockData.d.ts

@@ -254,3 +254,3 @@ import React from 'react';

*/
dockMove(source: TabData | PanelData, target: string | TabData | PanelData | BoxData, direction: DropDirection): void;
dockMove(source: TabData | PanelData, target: string | TabData | PanelData | BoxData | null, direction: DropDirection): void;
/**

@@ -257,0 +257,0 @@ * get the TabGroup defined in defaultLayout

@@ -110,3 +110,3 @@ import React, { CSSProperties } from "react";

*/
dockMove(source: TabData | PanelData, target: string | TabData | PanelData | BoxData, direction: DropDirection): void;
dockMove(source: TabData | PanelData, target: string | TabData | PanelData | BoxData | null, direction: DropDirection): void;
/** @inheritDoc */

@@ -113,0 +113,0 @@ find(id: string, filter?: Algorithm.Filter): PanelData | TabData;

@@ -254,3 +254,3 @@ import React from 'react';

*/
dockMove(source: TabData | PanelData, target: string | TabData | PanelData | BoxData, direction: DropDirection): void;
dockMove(source: TabData | PanelData, target: string | TabData | PanelData | BoxData | null, direction: DropDirection): void;
/**

@@ -257,0 +257,0 @@ * get the TabGroup defined in defaultLayout

@@ -110,3 +110,3 @@ import React, { CSSProperties } from "react";

*/
dockMove(source: TabData | PanelData, target: string | TabData | PanelData | BoxData, direction: DropDirection): void;
dockMove(source: TabData | PanelData, target: string | TabData | PanelData | BoxData | null, direction: DropDirection): void;
/** @inheritDoc */

@@ -113,0 +113,0 @@ find(id: string, filter?: Algorithm.Filter): PanelData | TabData;

{
"name": "rc-dock",
"version": "3.0.8",
"version": "3.0.9",
"description": "dock layout for react component",

@@ -29,2 +29,3 @@ "repository": {

"module": "es/index",
"types": "lib/index.d.ts",
"license": "Apache-2.0",

@@ -69,3 +70,4 @@ "dependencies": {

"**/minimist": "^1.2.5",
"**/node-forge": "^0.10.0"
"**/node-forge": "^0.10.0",
"**/is-svg": "^4.2.2"
},

@@ -72,0 +74,0 @@ "scripts": {

@@ -318,3 +318,3 @@ import React from 'react';

*/
dockMove(source: TabData | PanelData, target: string | TabData | PanelData | BoxData, direction: DropDirection): void;
dockMove(source: TabData | PanelData, target: string | TabData | PanelData | BoxData | null, direction: DropDirection): void;

@@ -321,0 +321,0 @@ /**

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