Socket
Socket
Sign inDemoInstall

@gradio/utils

Package Overview
Dependencies
Maintainers
1
Versions
23
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@gradio/utils - npm Package Compare versions

Comparing version 0.2.2 to 0.3.0

6

CHANGELOG.md
# @gradio/utils
## 0.3.0
### Fixes
- [#7404](https://github.com/gradio-app/gradio/pull/7404) [`065c5b1`](https://github.com/gradio-app/gradio/commit/065c5b163c4badb9d9cbd06d627fb4ba086003e7) - Add `.key_up` event listener to `gr.Dropdown()`. Thanks [@abidlabs](https://github.com/abidlabs)!
## 0.2.2

@@ -4,0 +10,0 @@

2

package.json
{
"name": "@gradio/utils",
"version": "0.2.2",
"version": "0.3.0",
"description": "Gradio UI packages",

@@ -5,0 +5,0 @@ "type": "module",

@@ -14,2 +14,7 @@ import type { ActionReturn } from "svelte/action";

export interface KeyUpData {
key: string;
input_value: string;
}
export interface ShareData {

@@ -16,0 +21,0 @@ description: string;

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