ionic-swipe-all
Advanced tools
Comparing version 1.0.1-b6 to 1.0.1
{ | ||
"name": "ionic-swipe-all", | ||
"version": "1.0.1b6", | ||
"version": "1.0.1", | ||
"description": "Allow Ionic (≥ v2) to recognize both horizontal and vertical swipe gesture.", | ||
@@ -5,0 +5,0 @@ "main": "./dist/index.js", |
@@ -1,1 +0,27 @@ | ||
# ionic-swipe-all | ||
# Ionic Swipe All | ||
Ionic Swipe All allow Ionic (≥ v2) to recognize both horizontal and vertical swipe gesture. | ||
## Installation | ||
``` | ||
npm install --save ionic-swipe-all | ||
``` | ||
**For Ionic 2 RC.0 and later:** | ||
```typescript | ||
import { IonicSwipeAllModule } from 'ionic-swipe-all'; | ||
@NgModule({ | ||
imports: [ | ||
IonicSwipeAllModule, | ||
] | ||
}) | ||
export class AppModule { | ||
} | ||
``` | ||
## Usage | ||
With this module you can use `(swipeup)` and `(swipedown)` events. In the `(swipe)` event vertical gestures are detected. |
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
Manifest confusion
Supply chain riskThis package has inconsistent metadata. This could be malicious or caused by an error when publishing the package.
Found 1 instance in 1 package
No v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
Found 1 instance in 1 package
13074
1
28
0