You're Invited:Meet the Socket Team at BlackHat and DEF CON in Las Vegas, Aug 4-6.RSVP
Socket
Book a DemoInstallSign in
Socket

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 Versions

1

0.2.2

Diff
d
dirtyhairy
published 0.2.2 •

Changelog

Source

0.2.2 - 2020/04/15

  • Improve compatibility with older versions of node 13, thanks to @josemiguelmelo
d
dirtyhairy
published 0.2.1 •

Changelog

Source

0.2.1 - 2020/04/06

  • Remove sourcemaps
d
dirtyhairy
published 0.2.0 •

Changelog

Source

0.2.0 - 2020/04/06

  • Add a Semaphore, reimplement Mutex on top of it
  • Add a withTimeout decorator that limits the time the program waits for the mutex or semaphore to become available
  • Support native ES6 imports on Node >= 12
  • Provide an ES6 module entrypoint for ES6 aware bundlers
  • Dependency bump
  • Switch from TSlint to ESlint
  • Enable code coverage in tests
d
dirtyhairy
published 0.1.4 •

Changelog

Source

0.1.4 - 2019/09/26

  • Documentation updates (thanks to hmil and 0xflotus)
  • Update build dependencies
d
dirtyhairy
published 0.1.3 •

Changelog

Source

0.1.3 - 2017/09/17

  • Move deps to devDependencies (thanks to Meirion Hughes for the PR)
  • Upgrade deps
d
dirtyhairy
published 0.1.2 •

Changelog

Source

0.1.2 - 2017/06/29

  • Move to yarn
  • Add tslint
  • Switch tests to use ES6
  • Add isLocked()
d
dirtyhairy
published 0.1.1 •

Changelog

Source

0.1.1 - 2017/01/04

  • Fix documentation for acquire
d
dirtyhairy
published 0.1.0 •

Changelog

Source

0.1.0 - 2016/10/13

  • Initial release