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.3.1 to 4.3.2

4

CHANGELOG.md

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

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