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

redis-semaphore

Package Overview
Dependencies
Maintainers
1
Versions
49
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

redis-semaphore - npm Package Versions

2345

5.6.2

Diff
swarthy
published 5.6.2 •

Changelog

Source

redis-semaphore@5.6.2

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

Changelog

Source

redis-semaphore@5.6.1

  • Removed module field from package.json
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
swarthy
published 5.5.1 •

Changelog

Source

redis-semaphore@5.5.1

  • Fix race condition for refresh started before release and finished after release
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.
swarthy
published 5.4.0 •

Changelog

Source

redis-semaphore@5.4.0

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

Changelog

Source

redis-semaphore@5.3.1

  • Fixed reacquire expired resource in refresh
swarthy
published 5.3.0 •

Changelog

Source

redis-semaphore@5.3.0

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

Changelog

Source

redis-semaphore@5.2.0

  • Added acquireAttemptsLimit method
swarthy
published 5.1.0 •

Changelog

Source

redis-semaphore@5.1.0

  • Added tryAcquire