Socket
Socket
Sign inDemoInstall

async-mutex

Package Overview
Dependencies
Maintainers
1
Versions
18
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

async-mutex - npm Package Compare versions

Comparing version 0.1.2 to 0.1.3

7

CHANGELOG.md

@@ -16,2 +16,7 @@ # Changelog

* Switch tests to use ES6
* Add isLocked()
* Add isLocked()
## 0.1.3
* Move deps to devDependencies (thanks to Meirion Hughes for the PR)
* Upgrade deps

2

lib/Mutex.js
"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
var Mutex = (function () {
var Mutex = /** @class */ (function () {
function Mutex() {

@@ -5,0 +5,0 @@ this._queue = [];

{
"name": "async-mutex",
"version": "0.1.2",
"version": "0.1.3",
"description": "A mutex for guarding async workflows",

@@ -21,12 +21,11 @@ "scripts": {

"devDependencies": {
"mocha": "~3.4.2",
"typescript": "~2.4.1"
"@types/mocha": "^2.2.41",
"@types/node": "^8.0.5",
"mocha": "^3.4.2",
"tslint": "^5.4.3",
"typescript": "^2.4.1"
},
"main": "lib/index.js",
"types": "lib/index.d.ts",
"dependencies": {
"@types/mocha": "^2.2.41",
"@types/node": "^8.0.5",
"tslint": "^5.4.3"
}
"dependencies": {}
}
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