New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@0kzh/react-split-pane

Package Overview
Dependencies
Maintainers
1
Versions
9
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@0kzh/react-split-pane - npm Package Compare versions

Comparing version 2.0.5 to 2.0.6

25

index.d.ts

@@ -57,14 +57,17 @@ import * as Prefixer from 'inline-style-prefixer';

interface PaneProps {
children?: React.ReactNode;
innerRef?: (index: number, element: any) => void;
index?: number;
className?: string;
initialSize?: string | number;
minSize?: string;
maxSize?: string;
}
declare module '@0kzh/react-split-pane/lib/Pane' {
import * as React from 'react';
interface PaneProps {
children?: React.ReactNode;
innerRef?: (index: number, element: any) => void;
index?: number;
className?: string;
initialSize?: string | number;
minSize?: string;
maxSize?: string;
}
declare class Pane extends React.PureComponent<PaneProps> {}
class Pane extends React.PureComponent<PaneProps> {}
export { Pane };
export { Pane };
}

@@ -6,3 +6,3 @@ {

"types": "index.d.ts",
"version": "2.0.5",
"version": "2.0.6",
"repository": {

@@ -9,0 +9,0 @@ "type": "git",

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