Comparing version 0.1.0 to 0.1.1
{ | ||
"name": "hipc", | ||
"version": "0.1.0", | ||
"version": "0.1.1", | ||
"description": "http ipc server", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
@@ -12,7 +12,7 @@ # hipc - http ipc | ||
## listen options | ||
opts.autoClose - close on process exit | ||
opts.chmod - set chmod file after listen | ||
opts.onclose - callback before exit | ||
opts.path - ipc path | ||
## listen options / опции | ||
* autoClose - close on process exit / закрывать сервер при выходе из процесса | ||
* chmod - set chmod file after listen / установить chmod после запуска сервера | ||
* onclose - callback before exit / callback перед выходом | ||
* path - ipc path / путь к файлу | ||
@@ -19,0 +19,0 @@ ## nginx conf |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
2207