Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

rwlockfile

Package Overview
Dependencies
Maintainers
4
Versions
51
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

rwlockfile

lockfile utility with reader/writers

  • 1.4.9
  • Source
  • npm
  • Socket score

Version published
Weekly downloads
1.5K
decreased by-41.16%
Maintainers
4
Weekly downloads
 
Created
Source

rwlockfile

codecov Build Status

node utility for read/write lockfiles

rwlockfile

  • rwlockfile
    • static
      • .write(path, options)Promise
      • .read(path, options)Promise
    • inner

rwlockfile.write(path, options) ⇒ Promise

lock for writing

Kind: static method of rwlockfile

ParamTypeDefaultDescription
pathstringpath of lockfile to use
optionsobject
[options.timeout]number60000Max time to wait for lockfile to be open
[options.skipOwnPid]booleanDo not wait on own pid (to upgrade current process)

rwlockfile.read(path, options) ⇒ Promise

lock for reading

Kind: static method of rwlockfile

ParamTypeDefaultDescription
pathstringpath of lockfile to use
optionsobject
[options.timeout]number60000Max time to wait for lockfile to be open

rwlockfile~hasWriter(path)

check if active writer

Kind: inner method of rwlockfile

ParamTypeDescription
pathstringpath of lockfile to use

Keywords

FAQs

Package last updated on 12 Sep 2017

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

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