nanomessage-rpc
Advanced tools
Comparing version 4.0.0 to 4.1.0
@@ -9,2 +9,4 @@ # Changelog | ||
## 4.1.0 - 2021-07-01 [YANKED] | ||
## [4.0.0] - 2021-06-30 | ||
@@ -41,3 +43,3 @@ ### Changed | ||
## 1.0.0 - 2020-03-11 [YANKED] | ||
[Unreleased]: https://github.com/geut/nanomessage-rpc/compare/v4.0.0...HEAD | ||
[Unreleased]: https://github.com/geut/nanomessage-rpc/compare/v4.1.0...HEAD | ||
[4.0.0]: https://github.com/geut/nanomessage-rpc/compare/v3.2.0...v4.0.0 |
{ | ||
"name": "nanomessage-rpc", | ||
"version": "4.0.0", | ||
"version": "4.1.0", | ||
"description": "Tiny rpc on top of nanomessage", | ||
@@ -5,0 +5,0 @@ "type": "module", |
@@ -127,2 +127,6 @@ import { EventEmitter } from 'events' | ||
processIncomingMessage (buf, onMessage) { | ||
return this[kNanomessage].processIncomingMessage(buf, onMessage) | ||
} | ||
async _open () { | ||
@@ -129,0 +133,0 @@ await this[kNanomessage].open() |
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
21323
383