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.3 to 0.0.4

2

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

@@ -32,3 +32,3 @@ "use strict";

if ($container) {
hammer = new hammerjs_1.default($container, options);
hammer = new hammerjs_1.default.Manager($container, options);
if (recognizers && hammer !== undefined) {

@@ -35,0 +35,0 @@ recognizersKeyType = Object.keys(recognizers);

export * from './Gestures';

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

@@ -0,0 +0,0 @@ /// <reference types="react" />

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

@@ -0,0 +0,0 @@ /// <reference types="hammerjs" />

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

@@ -0,0 +0,0 @@ /// <reference types="hammerjs" />

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

@@ -0,0 +0,0 @@ /// <reference types="hammerjs" />

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

@@ -0,0 +0,0 @@ /// <reference types="hammerjs" />

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

@@ -0,0 +0,0 @@ /// <reference types="hammerjs" />

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

@@ -0,0 +0,0 @@ /// <reference types="hammerjs" />

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

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

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

"type": "git",
"url": "git+https://github.com/elsa-santos/react-gesture-handler.git"
"url": "git://github.com/elsa-santos/react-gesture-handler.git"
},

@@ -32,3 +32,3 @@ "main": "index.js",

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

@@ -35,0 +35,0 @@ },

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