🚀 Big News: Socket Acquires Coana to Bring Reachability Analysis to Every Appsec Team.Learn more

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.6.2 •

Changelog

Source

redis-semaphore@5.6.2

  • Fixed implicit import from src
  • Removed src folder from NPM package
s
swarthy
published 5.6.1 •

Changelog

Source

redis-semaphore@5.6.1

  • Removed module field from package.json
s
swarthy
published 5.6.0 •

Changelog

Source

redis-semaphore@5.6.0

  • Added interface compatible client support (ex. ioredis-mock)
  • Removed instanceof Redis validation in constructor
  • ioredis marked as optional peerDependency, explicit ioredis install is required now
s
swarthy
published 5.5.1 •

Changelog

Source

redis-semaphore@5.5.1

  • Fix race condition for refresh started before release and finished after release
s
swarthy
published 5.5.0 •

Changelog

Source

redis-semaphore@5.5.0

  • Added identifier constructor option.
  • Added acquiredExternally constructor option.
  • Option externallyAcquiredIdentifier DEPRECATED.
  • Option identifierSuffix DEPRECATED.
s
swarthy
published 5.4.0 •

Changelog

Source

redis-semaphore@5.4.0

  • Added identifierSuffix option, usefull for tracing app instance which locked resource
s
swarthy
published 5.3.1 •

Changelog

Source

redis-semaphore@5.3.1

  • Fixed reacquire expired resource in refresh
s
swarthy
published 5.3.0 •

Changelog

Source

redis-semaphore@5.3.0

  • Added stopRefresh method
  • Added externallyAcquiredIdentifier optional constructor option
  • Removed uuid dependency
s
swarthy
published 5.2.0 •

Changelog

Source

redis-semaphore@5.2.0

  • Added acquireAttemptsLimit method
s
swarthy
published 5.1.0 •

Changelog

Source

redis-semaphore@5.1.0

  • Added tryAcquire