Socket
Socket
Sign inDemoInstall

tcp-mutex

Package Overview
Dependencies
0
Maintainers
1
Versions
2
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 1.0.0 to 1.0.1

4

package.json
{
"name": "tcp-mutex",
"version": "1.0.0",
"version": "1.0.1",
"description": "very naive implementation of mutex nodejs applications over 'locking' a tcp port",

@@ -11,3 +11,3 @@ "main": "index.js",

"type": "git",
"url": "http://git"
"url": "https://github.com/taskinosman/tcp-mutex"
},

@@ -14,0 +14,0 @@ "keywords": [

@@ -5,3 +5,7 @@ # tcp-mutex

## Usage
npm install tcp-mutex --save
```

@@ -8,0 +12,0 @@ var {tryLock} = require('tcp-mutex');

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc