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

@gradio/browserstate

Package Overview
Dependencies
Maintainers
0
Versions
3
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@gradio/browserstate - npm Package Compare versions

Comparing version 0.2.0 to 0.3.0

10

CHANGELOG.md
# @gradio/browserstate
## 0.3.0
### Features
- [#10245](https://github.com/gradio-app/gradio/pull/10245) [`3e4e0de`](https://github.com/gradio-app/gradio/commit/3e4e0de51a2ece9a1cab70a69c065bda685569e8) - Add `gr.BrowserState` change event. Thanks @abidlabs!
### Dependency updates
- @gradio/utils@0.10.0
## 0.2.0

@@ -4,0 +14,0 @@

import { SvelteComponent } from "svelte";
import type { Gradio } from "@gradio/utils";
declare const __propDef: {

@@ -8,2 +9,5 @@ props: {

value?: any;
gradio: Gradio<{
change: never;
}>;
};

@@ -31,3 +35,10 @@ events: {

set value(_: any);
get gradio(): Gradio<{
change: never;
}>;
/**accessor*/
set gradio(_: Gradio<{
change: never;
}>);
}
export {};

5

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

@@ -20,3 +20,4 @@ "type": "module",

"dequal": "^2.0.2",
"crypto-js": "^4.1.1"
"crypto-js": "^4.1.1",
"@gradio/utils": "^0.10.0"
},

@@ -23,0 +24,0 @@ "peerDependencies": {

dist/Index.svelte

Sorry, the diff of this file is not supported yet

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