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

react-gesture-handler

Package Overview
Dependencies
Maintainers
1
Versions
5
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

react-gesture-handler - npm Package Compare versions

Comparing version 0.0.2 to 0.0.3

models/Gestures.models.d.ts

2

Gestures.d.ts
/// <reference types="react" />
import { GesturesProps } from './Gestures.models';
import { GesturesProps } from './models/Gestures.models';
export declare const Gestures: ({ children, options, recognizers }: GesturesProps) => JSX.Element;
export default Gestures;

@@ -31,5 +31,2 @@ "use strict";

var recognizersKeyType = [];
/**
* initialize hammerJS
*/
if ($container) {

@@ -36,0 +33,0 @@ hammer = new hammerjs_1.default($container, options);

export * from './Gestures';

@@ -0,0 +0,0 @@ "use strict";

{
"name": "react-gesture-handler",
"title": "react-gesture-handler",
"version": "0.0.2",
"version": "0.0.3",
"description": "React component to detect touch gestures",

@@ -31,3 +31,3 @@ "keywords": [

"copy-files": "cp package.json lib/package.json && cp README.md lib/README.md",
"build-publish": "npm run build && npm run copy-files && cd lib && npm run publish",
"build-ready-publish": "npm run build && npm run copy-files && cd lib",
"update-version": "node update-version.js"

@@ -34,0 +34,0 @@ },

@@ -0,0 +0,0 @@ # React Gesture Handler

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