nanomessage-rpc
Advanced tools
Comparing version 4.3.1 to 4.3.2
@@ -9,2 +9,4 @@ # Changelog | ||
## 4.3.2 - 2021-07-05 [YANKED] | ||
## 4.3.1 - 2021-07-05 [YANKED] | ||
@@ -53,3 +55,3 @@ | ||
## 1.0.0 - 2020-03-11 [YANKED] | ||
[Unreleased]: https://github.com/geut/nanomessage-rpc/compare/v4.3.1...HEAD | ||
[Unreleased]: https://github.com/geut/nanomessage-rpc/compare/v4.3.2...HEAD | ||
[4.0.0]: https://github.com/geut/nanomessage-rpc/compare/v3.2.0...v4.0.0 |
{ | ||
"name": "nanomessage-rpc", | ||
"version": "4.3.1", | ||
"version": "4.3.2", | ||
"description": "Tiny rpc on top of nanomessage", | ||
@@ -5,0 +5,0 @@ "type": "module", |
@@ -84,2 +84,10 @@ import { EventEmitter } from 'events' | ||
get registeredActions () { | ||
const obj = {} | ||
this[kActions].forEach((handler, key) => { | ||
obj[key] = handler | ||
}) | ||
return obj | ||
} | ||
setRequestsTimeout (timeout) { | ||
@@ -86,0 +94,0 @@ this[kNanomessage].setRequestsTimeout(timeout) |
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
21386
389