use-double-tap
Advanced tools
Comparing version 1.0.0 to 1.0.1
{ | ||
"name": "use-double-tap", | ||
"version": "1.0.0", | ||
"version": "1.0.1", | ||
"description": "React hook for handling double tap on mobile devices", | ||
"author": "minwork", | ||
"license": "MIT", | ||
"keywords": [ | ||
"react", | ||
"hook", | ||
"use", | ||
"tap", | ||
"double tap" | ||
], | ||
"repository": "minwork/use-double-tap", | ||
@@ -8,0 +15,0 @@ "main": "dist/index.js", |
@@ -6,3 +6,3 @@ # useDoubleTap | ||
[![NPM](https://img.shields.io/npm/v/use-double-tap.svg)](https://www.npmjs.com/package/use-double-tap) | ||
[![NPM bundle size (minified)](https://img.shields.io/bundlephobia/min/use-double-tap.svg)](https://www.npmjs.com/package/use-double-tap) | ||
[![NPM](https://img.shields.io/npm/l/use-double-tap.svg)](https://www.npmjs.com/package/use-double-tap) | ||
## Install | ||
@@ -9,0 +9,0 @@ |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
8784