Socket
Socket
Sign inDemoInstall

@gradio/atoms

Package Overview
Dependencies
Maintainers
0
Versions
35
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@gradio/atoms - npm Package Compare versions

Comparing version 0.7.9 to 0.8.0

src/utils/parse_placeholder.ts

12

CHANGELOG.md
# @gradio/atoms
## 0.8.0
### Features
- [#8930](https://github.com/gradio-app/gradio/pull/8930) [`41d5ab9`](https://github.com/gradio-app/gradio/commit/41d5ab987ba9728753be4509490c79041655809b) - Add `placeholder` param to Image and ImageEditor to replace upload image text. Thanks @hannahblair!
- [#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/utils@0.6.0
- @gradio/icons@0.7.1
## 0.7.9

@@ -4,0 +16,0 @@

13

package.json
{
"name": "@gradio/atoms",
"version": "0.7.9",
"version": "0.8.0",
"description": "Gradio UI packages",

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

"dependencies": {
"@gradio/utils": "^0.5.2",
"@gradio/icons": "^0.7.0"
"@gradio/utils": "^0.6.0",
"@gradio/icons": "^0.7.1"
},
"main_changeset": true
"main_changeset": true,
"repository": {
"type": "git",
"url": "git+https://github.com/gradio-app/gradio.git",
"directory": "js/atoms"
}
}

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