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

ionic-swipe-all

Package Overview
Dependencies
Maintainers
1
Versions
14
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

ionic-swipe-all - npm Package Compare versions

Comparing version 1.0.1-b6 to 1.0.1

2

package.json
{
"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.
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