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

use-double-click

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

use-double-click - npm Package Compare versions

Comparing version 1.0.4 to 1.0.5

4

CHANGELOG.md

@@ -5,4 +5,8 @@ # Changelog

## [1.0.5] - 2019-08-6
Add testing suite
## [1.0.0] - 2019-08-5
Initial Release
{
"name": "use-double-click",
"version": "1.0.4",
"version": "1.0.5",
"description": "A simple React hook for differentiating single and double clicks on the same component.",

@@ -28,2 +28,5 @@ "author": "Tim Ellenberger <timellenberger@gmail.com>",

"scripts": {
"test": "jest",
"test:watch": "jest --watch",
"coverage": "codecov",
"build": "rollup -c",

@@ -60,3 +63,7 @@ "start": "rollup -c -w",

"@babel/preset-react": "^7.0.0",
"@testing-library/jest-dom": "^4.0.0",
"@testing-library/react": "^8.0.7",
"babel-eslint": "10.0.2",
"babel-polyfill": "^6.26.0",
"codecov": "^3.5.0",
"cross-env": "^5.2.0",

@@ -72,2 +79,3 @@ "eslint": "^5.16.0",

"husky": "^3.0.0",
"jest": "^24.8.0",
"lint-staged": "^9.2.0",

@@ -74,0 +82,0 @@ "prettier": "^1.18.2",

@@ -7,2 +7,4 @@ # use-double-click

![PRs Welcome](https://img.shields.io/badge/PRs-welcome-brightgreen.svg?style=popout-square)
[![Codecov](https://img.shields.io/codecov/c/github/tim-soft/use-double-click?style=flat-square)](https://codecov.io/gh/tim-soft/use-double-click)
[![Travis (.org)](https://img.shields.io/travis/tim-soft/use-double-click?style=flat-square)](https://travis-ci.org/tim-soft/use-double-click)

@@ -9,0 +11,0 @@ use-double-click is a simple React hook for differentiating single and double clicks on the same component.

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