Skip to content

Commit cbed376

Browse files
marcveensMarc Veens
andauthored
Version update + npm package security patch (#3)
* Version update + npm package security patch * Version upgrade * README update Co-authored-by: Marc Veens <Marc.Veens@macaw.nl>
1 parent 2e2f44c commit cbed376

3 files changed

Lines changed: 2625 additions & 1853 deletions

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# react-context-mutex
22
[![npm version](https://img.shields.io/npm/v/react-context-mutex)](https://www.npmjs.com/package/react-context-mutex)
3-
[![Build Status](https://travis-ci.com/marcveens/react-context-mutext.svg?branch=master)](https://travis-ci.com/marcveens/react-context-mutex)
3+
[![Build Status](https://travis-ci.com/marcveens/react-context-mutex.svg?branch=master)](https://travis-ci.com/marcveens/react-context-mutex)
44
[![codecov](https://codecov.io/gh/marcveens/react-context-mutex/branch/master/graph/badge.svg)](https://codecov.io/gh/marcveens/react-context-mutex)
55

66
A mutex implementation using React and React context. It will prevent a function from running multiple times, until you allow it to run again. Works in browser and NodeJS.

0 commit comments

Comments
 (0)