HEX
Server: LiteSpeed
System: Linux kapuas.iixcp.rumahweb.net 5.14.0-427.42.1.el9_4.x86_64 #1 SMP PREEMPT_DYNAMIC Fri Nov 1 14:58:02 EDT 2024 x86_64
User: mirz4654 (1666)
PHP: 8.1.33
Disabled: system,exec,escapeshellarg,escapeshellcmd,passthru,proc_close,proc_get_status,proc_nice,proc_open,proc_terminate,shell_exec,popen,pclose,dl,pfsockopen,leak,apache_child_terminate,posix_kill,posix_mkfifo,posix_setsid,posix_setuid,posix_setpgid,ini_alter,show_source,define_syslog_variables,symlink,syslog,openlog,openlog,closelog,ocinumcols,listen,chgrp,apache_note,apache_setenv,debugger_on,debugger_off,ftp_exec,dll,ftp,myshellexec,socket_bind,mail,posix_getwpuid
Upload Files
File: //opt/alt/alt-nodejs6/root/usr/lib/node_modules/npm/node_modules/lockfile/CHANGELOG.md
# Changes


## v1.0.2

* git ignore coverage and node_modules
* update tap to v7
* build a changelog
* pass tests on 0.8
* before_script needs to be before_install
* tap 1.2.0 and travis

## v1.0.1

* isc license
* updated README.md

## v1.0.0

* Simulate staleness instead of waiting excessively
* whitespace
* manage 'retries' so it does not clash with 'wait' polling
* manage 'wait' timer properly
* Get rid of the excessive Object.create opts shadowing stuff
* failing test for the time taken for retries + wait options
* doc: add pollPeriod, correct opts.wait
* Fixed #6: polling period should be configurable

## v0.4.3

* Implement race-resistant stale lock detection
* set req id to 1 to start out

## v0.4.2

* stale option fix for windows file tunneling

## v0.4.1

* Fix version parsing

## v0.4.0

* Don't keep lockfiles open

## v0.3.4

* retry more aggressively

## v0.3.3

* Add debugging function

## v0.3.2

* remove console.error

## v0.3.1

* Support lack of subsecond fs precision
* Fix error closure overwriting in notStale

## v0.3.0

* Use polling instead of watchers
* Add more overhead buffer to contention test

## v0.2.2

* Fix wait calculation
* fixup
* Style: prefer early return to giant if/else
* unlock: Close before unlinking
* Don't get tripped up by locks named 'hasOwnProperty'
* test: Pathological extreme lock contention
* refactor license

## 0.2.1

* Handle race conditions more thoroughly

## 0.2.0

* Rename to 'lockfile'

## 0.0.2

* Add retries
* bsd

## 0.0.1

* tests
* package.json
* the code
* first