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

nanomessage-rpc

Package Overview
Dependencies
Maintainers
1
Versions
26
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

nanomessage-rpc - npm Package Compare versions

Comparing version 4.0.0 to 4.1.0

4

CHANGELOG.md

@@ -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()

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