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

@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.6 to 4.0.7

LICENSE.md

0

@types/components/swipe-modal.d.ts

@@ -0,0 +0,0 @@ import '../components/swipe-modal.scss';

@@ -0,0 +0,0 @@ declare const _default: import("vue-demi").DefineComponent<{

@@ -0,0 +0,0 @@ import { Ref } from "vue-demi";

@@ -0,0 +0,0 @@ import swipeModal from './components/swipe-modal';

@@ -0,0 +0,0 @@ interface Options {

13

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

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

],
"publishConfig": {
"registry": "https://registry.npmjs.org/"
},
"repository": {

@@ -43,3 +40,4 @@ "type": "git",

"dist/*",
"@types/*"
"@types/*",
"LICENSE.md"
],

@@ -54,3 +52,6 @@ "sideEffects": false,

"switch:3": "vue-demi-switch 3",
"preview": "vite preview"
"preview": "vite preview",
"version-up:major": "yarn version --major --no-git-tag-version --no-commit-hooks",
"version-up:minor": "yarn version --minor --no-git-tag-version --no-commit-hooks",
"version-up:patch": "yarn version --patch --no-git-tag-version --no-commit-hooks"
},

@@ -57,0 +58,0 @@ "dependencies": {

@@ -1,2 +0,2 @@

# @takuma-ru/vue-swpie-modal
# @takuma-ru/vue-swipe-modal

@@ -17,2 +17,3 @@ ![featureGraphic](https://user-images.githubusercontent.com/49429291/182005490-2e0631ca-8271-48e6-9282-25df81ba0f8f.png)

### 1. Install
#### vue2.7, vue3, nuxt3
```powershell

@@ -22,3 +23,8 @@ yarn add @takuma-ru/vue-swipe-modal@^4.0.0

# 2. How to use
#### vue2, nuxt2
```powershell
yarn add @takuma-ru/vue-swipe-modal@^4.0.0 @vue/composition-api
```
### 2. How to use
- [vue2](https://vue-swipe-modal-docs.takumaru.dev/started/vue2) <br>

@@ -31,1 +37,4 @@ - [vue3](https://vue-swipe-modal-docs.takumaru.dev/started/vue3) <br>

[Prop description page](https://vue-swipe-modal-docs.takumaru.dev/props)
## License
[MIT - Copyright (c) 2022 takuma-ru](https://github.com/takuma-ru/vue-swipe-modal/blob/main/LICENSE.md)
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