proper-lockfile v4.0.0 Release Notes

Release Date: 2019-03-12 // about 5 years ago
  • ๐Ÿ› Bug Fixes

    • ๐Ÿ›  fix typo in error message (#68) (b91cb55)

    ๐Ÿ”‹ Features

    ๐Ÿ’ฅ BREAKING CHANGES

    • โšก๏ธ We were marking the lock as compromised when system went into sleep or if the event loop was busy taking too long to run the internals timers, Now we keep track of the mtime updated by the current process, and if we lose some cycles in the update process but recover and the mtime is still ours we do not mark the lock as compromised.