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.2.0 to 0.2.1

4

CHANGELOG.md
# Changelog
## 0.2.1
* Remove sourcemaps
## 0.2.0

@@ -4,0 +8,0 @@

1

es6/index.js
export { default as Mutex } from './Mutex';
export { default as Semaphore } from './Semaphore';
export { withTimeout } from './withTimeout';
//# sourceMappingURL=index.js.map

@@ -29,2 +29,1 @@ import { __awaiter, __generator } from "tslib";

export default Mutex;
//# sourceMappingURL=Mutex.js.map

@@ -60,2 +60,1 @@ import { __awaiter, __generator } from "tslib";

export default Semaphore;
//# sourceMappingURL=Semaphore.js.map

@@ -66,2 +66,1 @@ import { __awaiter, __generator } from "tslib";

}
//# sourceMappingURL=withTimeout.js.map

@@ -9,2 +9,1 @@ "use strict";

exports.withTimeout = withTimeout_1.withTimeout;
//# sourceMappingURL=index.js.map

@@ -31,2 +31,1 @@ "use strict";

exports.default = Mutex;
//# sourceMappingURL=Mutex.js.map
"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
//# sourceMappingURL=MutexInterface.js.map

@@ -62,2 +62,1 @@ "use strict";

exports.default = Semaphore;
//# sourceMappingURL=Semaphore.js.map
"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
//# sourceMappingURL=SemaphoreInterface.js.map

@@ -69,2 +69,1 @@ "use strict";

exports.withTimeout = withTimeout;
//# sourceMappingURL=withTimeout.js.map
{
"name": "async-mutex",
"version": "0.2.0",
"version": "0.2.1",
"description": "A mutex for guarding async workflows",

@@ -5,0 +5,0 @@ "scripts": {

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