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

@responsive-ui/bottom-sheet

Package Overview
Dependencies
Maintainers
1
Versions
77
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@responsive-ui/bottom-sheet - npm Package Compare versions

Comparing version 0.5.1 to 0.5.2

12

package.json
{
"name": "@responsive-ui/bottom-sheet",
"version": "0.5.1",
"version": "0.5.2",
"description": "A bottom action sheet component of responsive-ui.",

@@ -48,8 +48,8 @@ "author": "Si3nLoong <sianloong90@gmail.com> (https://github.com/si3nloong)",

"dependencies": {
"@responsive-ui/bottom-modal": "^0.5.1",
"@responsive-ui/button": "^0.5.1",
"@responsive-ui/icon": "^0.5.1",
"@responsive-ui/tab": "^0.5.1"
"@responsive-ui/bottom-modal": "^0.5.2",
"@responsive-ui/button": "^0.5.2",
"@responsive-ui/icon": "^0.5.2",
"@responsive-ui/tab": "^0.5.2"
},
"gitHead": "51581b929651667bc2acafd8879394ac7a10fa40"
"gitHead": "c676616a4f72278c38e869174554bcc67aba86c7"
}

@@ -6,3 +6,3 @@ import type { SvelteComponentDev, SvelteComponentTyped } from "svelte/internal";

value: string;
icon?: string | SvelteComponentDev;
icon?: string | SvelteComponentDev | ReturnType<SvelteComponentDev>;
disabled?: boolean;

@@ -9,0 +9,0 @@ selected?: boolean;

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