Socket
Socket
Sign inDemoInstall

@gradio/utils

Package Overview
Dependencies
Maintainers
0
Versions
22
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.5.2 to 0.6.0

11

CHANGELOG.md
# @gradio/utils
## 0.6.0
### Features
- [#9128](https://github.com/gradio-app/gradio/pull/9128) [`747013b`](https://github.com/gradio-app/gradio/commit/747013bbacebae6bfdda554b45e541e80b2894e0) - Allow accessing the entire row of selected values in `gr.DataFrame`. Thanks @abidlabs!
- [#9118](https://github.com/gradio-app/gradio/pull/9118) [`e1c404d`](https://github.com/gradio-app/gradio/commit/e1c404da1143fb52b659d03e028bdba1badf443d) - setup npm-previews of all packages. Thanks @pngwn!
### Dependency updates
- @gradio/theme@0.2.4
## 0.5.2

@@ -4,0 +15,0 @@

11

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

@@ -11,5 +11,10 @@ "type": "module",

"svelte-i18n": "^3.6.0",
"@gradio/theme": "^0.2.3"
"@gradio/theme": "^0.2.4"
},
"main_changeset": true
"main_changeset": true,
"repository": {
"type": "git",
"url": "git+https://github.com/gradio-app/gradio.git",
"directory": "js/utils"
}
}

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

export interface SelectData {
row_value?: any[];
index: number | [number, number];

@@ -7,0 +8,0 @@ value: any;

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