Socket
Socket
Sign inDemoInstall

gridfs-locks

Package Overview
Dependencies
Maintainers
1
Versions
23
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

gridfs-locks - npm Package Versions

13

1.1.2

Diff

Changelog

Source

1.1.2

  • Revert completely to use of MongoDB 2.4.x only update modifiers to maintain compatibility with mongo 2.4.x
  • The more efficient MongoDB 2.6 version lives in the mongodb_2.6 branch for now until if can be cleanly included conditionally
vsivsi
published 1.1.1 •

Changelog

Source

1.1.1

  • Revert from use of MongoDB 2.6 only $currentDate update modifier to maintain compatibility with mongo 2.4.x
vsivsi
published 1.1.0 •

Changelog

Source

1.1.0

  • Refactoring of mongo queries to make many lock operations significantly faster
  • Fixed an issue when multiple read lock holders hold locks with different expiration time lengths, and a lock with a shorter expiration renews and overwrites the later expiring lock's expiration time in the DB.
vsivsi
published 1.0.3 •

Changelog

Source

1.0.3

  • Fixed typos in README.md code snippets
vsivsi
published 1.0.2 •

Changelog

Source

1.0.2

  • Updated README.md code blocks to correct formatting glitches on npmjs.org
vsivsi
published 1.0.1 •

Changelog

Source

1.0.1

  • Fixed issue when multiple simultaneous readers with different lockExpiration values could cause a reader lock to expire prematurely
vsivsi
published 1.0.0 •

Changelog

Source

1.0.0

  • gridfs-locks now exclusively uses an event-emitter interface. See Readme for more information.
vsivsi
published 0.0.6 •

Changelog

Source

0.0.6

  • Documentation fixes
  • Removed console.log()
vsivsi
published 0.0.5 •

Changelog

Source

0.0.5

  • Added 60 Unit Tests
  • Method Parameters are now extensively validated
  • Callback is now optional for Lock.releaseLock(); throws on error when no callback.
  • Testing hooks added to obtainWriteLock()
vsivsi
published 0.0.4 •

Changelog

Source

0.0.1 - 0.0.4

Initial revision and documentation fixes.

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