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

@yamada-ui/resizable

Package Overview
Dependencies
Maintainers
0
Versions
825
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@yamada-ui/resizable - npm Package Compare versions

Comparing version 1.2.1 to 1.2.2-next-20241126024522

6

dist/use-resizable.d.ts

@@ -91,3 +91,3 @@ import * as react from 'react';

title?: string | undefined;
dir?: "auto" | "ltr" | "rtl" | undefined;
dir?: "ltr" | "rtl" | "auto" | undefined;
defaultValue?: string | number | readonly string[] | undefined;

@@ -353,10 +353,10 @@ color?: string | undefined;

onTransitionEndCapture?: react.TransitionEventHandler<keyof HTMLElementTagNameMap> | undefined;
storage: PanelGroupStorage;
autoSaveId: string | null;
keyboardResizeBy: number | null;
onLayout: PanelGroupOnLayout | null;
storage: PanelGroupStorage;
id: string;
ref: (node: ResizableGroupControl | null) => void;
tagName: keyof HTMLElementTagNameMap | undefined;
children?: react.ReactNode | undefined;
children?: react.ReactNode;
};

@@ -363,0 +363,0 @@ };

{
"name": "@yamada-ui/resizable",
"version": "1.2.1",
"version": "1.2.2-next-20241126024522",
"description": "Yamada UI resizable component",

@@ -40,5 +40,5 @@ "keywords": [

"react-resizable-panels": "^2.1.7",
"@yamada-ui/core": "1.15.6",
"@yamada-ui/icon": "1.1.14",
"@yamada-ui/utils": "1.5.4"
"@yamada-ui/core": "1.16.0-next-20241126024522",
"@yamada-ui/icon": "1.1.15-next-20241126024522",
"@yamada-ui/utils": "1.6.0-next-20241126024522"
},

@@ -45,0 +45,0 @@ "devDependencies": {

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