Socket
Socket
Sign inDemoInstall

@gradio/utils

Package Overview
Dependencies
2
Maintainers
1
Versions
17
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 0.2.0 to 0.2.1

6

CHANGELOG.md
# @gradio/utils
## 0.2.1
### Fixes
- [#7126](https://github.com/gradio-app/gradio/pull/7126) [`5727b92`](https://github.com/gradio-app/gradio/commit/5727b92abc8a00a675bfc0a921b38de771af947b) - Allow buttons to take null value. Thanks [@abidlabs](https://github.com/abidlabs)!
## 0.2.0

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

2

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

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

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

// import { format } from "svelte-i18n";
import { get } from "svelte/store";
// const x = get(format);
export type I18nFormatter = any;

@@ -161,0 +156,0 @@ export class Gradio<T extends Record<string, any> = Record<string, any>> {

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Packages

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc