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

mutexify

Package Overview
Dependencies
Maintainers
1
Versions
7
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

mutexify - npm Package Compare versions

Comparing version 1.0.0 to 1.0.1

.travis.yml

2

package.json
{
"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) {

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