Comparing version 1.0.0 to 1.0.1
{ | ||
"name": "mutexify", | ||
"version": "1.0.0", | ||
"version": "1.0.1", | ||
"description": "mutex lock for javascript", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
@@ -9,2 +9,4 @@ # mutexify | ||
[![build status](http://img.shields.io/travis/mafintosh/mutexify.svg?style=flat)](http://travis-ci.org/mafintosh/mutexify) | ||
Hasn't this been done before? Yes but the specific semantics of this made some of my code simpler | ||
@@ -35,3 +37,3 @@ | ||
``` | ||
``` js | ||
var write = function(data, cb) { | ||
@@ -38,0 +40,0 @@ lock(function(release) { |
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
3550
7
47