Socket
Socket
Sign inDemoInstall

@takuma-ru/vue-swipe-modal

Package Overview
Dependencies
Maintainers
1
Versions
61
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@takuma-ru/vue-swipe-modal - npm Package Compare versions

Comparing version 4.0.1 to 4.0.3

2

package.json
{
"name": "@takuma-ru/vue-swipe-modal",
"version": "4.0.1",
"version": "4.0.3",
"private": false,

@@ -5,0 +5,0 @@ "description": "Swipeable Bottom Sheet library for vue2 and vue3",

@@ -156,2 +156,10 @@ # @takuma-ru/vue-swpie-modal

| **tip-color** | String | `#c8c8c8` | Tip chip color |
| **dark-contents-color** | String | `black` | Modal background color in dark mode |
| **dark-contents-color** | String | `black` | Modal background color in dark mode |
## :warning: WARN
- #### ontents-height supports only "px", "vh", and "vw".
Contents-height of "%", "vmin", etc. are not supported. We are currently working on a feature to allow use of these values. Please wait a little.
- #### The behavior of vue2.x may be unstable.
This library is based on [vue-demi](https://github.com/vueuse/vue-demi) and developed in the vue3 environment. Therefore, there is a risk that parts of the library that are not interoperable with vue2.x may not work properly.
We are working on a way to address this issue as well. However, it is a very complex issue and will take time to resolve.
Please use vue3 as much as possible.
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