Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

resizable-panes-js

Package Overview
Dependencies
Maintainers
1
Versions
15
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

resizable-panes-js - npm Package Compare versions

Comparing version 6.0.20 to 6.0.21

7

lib/index.d.ts
interface IKeyToBoolMap$1 {
[name: string]: boolean;
}
type IVisibilityState = 'zipped' | 'visible' | 'hidden';
type ISetSizeBehaviour = 'ratio' | '1' | '2';

@@ -9,4 +8,4 @@ interface INumberMap {

}
interface IVisibilityMap {
[key: string]: IVisibilityState;
interface IBoolMap {
[key: string]: boolean;
}

@@ -25,3 +24,3 @@ interface IGetStateItem {

setVisibilities: (map: IKeyToBoolMap$1) => void;
getVisibilities: () => IVisibilityMap;
getVisibilities: () => IBoolMap;
getSizes: () => INumberMap;

@@ -28,0 +27,0 @@ getState: () => IGetState;

{
"name": "resizable-panes-js",
"version": "6.0.20",
"version": "6.0.21",
"description": "A straightforward library that enables dynamic resizing of layouts and saves the layout configurations.",

@@ -22,4 +22,2 @@ "module": "./lib/esm/index.esm.js",

"patch": "npm version patch",
"predeploy": "run-s -n patch clean Install test prod",
"deploy": "npm publish",
"pretest": "npm run test:clean",

@@ -26,0 +24,0 @@ "pretest:open": "npm run test:clean",

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