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

redis-semaphore

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

redis-semaphore - npm Package Versions

s
swarthy
published 5.0.0 •
100

Supply Chain Security

100

Vulnerability

100

Quality

79

Maintenance

100

License

Changelog

Source

redis-semaphore@5.0.0

  • Breadking change: Drop Node.js v10.x, v12.x support
  • Added ioredis@5 support
s
swarthy
published 4.1.0 •
100

Supply Chain Security

100

Vulnerability

100

Quality

78

Maintenance

100

License

Changelog

Source

redis-semaphore@4.1.0

  • Added .isAcquired property on all locks
  • Added onLostLock constructor option. By default throws unhandled error.
s
swarthy
published 4.0.1 •
100

Supply Chain Security

100

Vulnerability

100

Quality

78

Maintenance

100

License

s
swarthy
published 4.0.0 •
100

Supply Chain Security

100

Vulnerability

100

Quality

78

Maintenance

100

License

Changelog

Source

redis-semaphore@4.0.0

  • Breaking change: Mutex, Semaphore, MultiSemaphore not longer support Cluster. For multi-node case use Redlock* instead.
  • Added RedlockMutex, RedlockSemaphore, RedlockMultiSemaphore
  • Internals refactored
s
swarthy
published 3.2.1 •
100

Supply Chain Security

100

Vulnerability

100

Quality

79

Maintenance

100

License

s
swarthy
published 3.2.0 •
100

Supply Chain Security

100

Vulnerability

100

Quality

79

Maintenance

100

License

Changelog

Source

redis-semaphore@3.2.0

  • Added MultiSemaphore
s
swarthy
published 3.1.0 •
100

Supply Chain Security

100

Vulnerability

100

Quality

79

Maintenance

100

License

s
swarthy
published 2.2.0 •
100

Supply Chain Security

100

Vulnerability

100

Quality

79

Maintenance

100

License

s
swarthy
published 3.0.0 •
99

Supply Chain Security

100

Vulnerability

100

Quality

79

Maintenance

25

License

Changelog

Source

redis-semaphore@3.0.0

  • Breaking change: FairSemaphore has been removed. Use Semaphore instead (has the same "fairness")
    • the acquire method in Semaphore no longer returns a boolean. Instead, it throws an error if it cannot acquire, and if it doesn't throw, you can assume it worked.
  • Internal code has been cleaned up
  • Added more test, include synthetic node unsynchroned clocks
s
swarthy
published 2.1.1 •
100

Supply Chain Security

100

Vulnerability

100

Quality

78

Maintenance

100

License