Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@gradio/icons

Package Overview
Dependencies
Maintainers
1
Versions
25
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@gradio/icons - npm Package Compare versions

Comparing version 0.7.1 to 0.7.2

dist/src/Back.svelte

6

CHANGELOG.md
# @gradio/icons
## 0.7.2
### Fixes
- [#9163](https://github.com/gradio-app/gradio/pull/9163) [`2b6cbf2`](https://github.com/gradio-app/gradio/commit/2b6cbf25908e42cf027324e54ef2cc0baad11a91) - fix exports and generate types. Thanks @pngwn!
## 0.7.1

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

13

package.json
{
"name": "@gradio/icons",
"version": "0.7.1",
"version": "0.7.2",
"description": "Gradio UI packages",

@@ -15,3 +15,14 @@ "type": "module",

"directory": "js/icons"
},
"peerDependencies": {
"svelte": "^4.0.0"
},
"exports": {
".": {
"gradio": "./src/index.ts",
"svelte": "./dist/src/index.js",
"types": "./dist/src/index.d.ts"
},
"./package.json": "./package.json"
}
}
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