Socket
Socket
Sign inDemoInstall

react-split-pane

Package Overview
Dependencies
Maintainers
1
Versions
89
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

react-split-pane - npm Package Compare versions

Comparing version 0.1.74 to 0.1.75

.idea/shelf/Get_Resizer_dimensions.xml

4

index.d.ts

@@ -16,3 +16,3 @@ import * as Prefixer from 'inline-style-prefixer';

onDragStarted?: () => void;
onDragFinished?: () => void;
onDragFinished?: (newSize: number) => void;
onChange?: (newSize: number) => void;

@@ -54,2 +54,2 @@ onResizerClick?: (event: MouseEvent) => void;

export { SplitPane as default };
export = SplitPane;

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

"types": "index.d.ts",
"version": "0.1.74",
"version": "0.1.75",
"repository": {

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

@@ -180,5 +180,5 @@ # React Split Pane

I've been working on an updated version of this library - if you'd like to get involved in any way please ping me a message.
**I'm working on an updated version of this library, and looking for help:** https://github.com/tomkp/react-split-pane/pull/240
Thanks, Tom

Sorry, the diff of this file is not supported yet

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