New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

steem-rpc

Package Overview
Dependencies
Maintainers
1
Versions
22
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

steem-rpc - npm Package Compare versions

Comparing version 0.5.6 to 0.5.7

1

lib/WebSocketRpc.js

@@ -75,2 +75,3 @@ "use strict";

if (callback) {
this.cbs.delete(message.id);
if ("error" in message) {

@@ -77,0 +78,0 @@ callback.reject(message.error);

2

package.json
{
"name": "steem-rpc",
"version": "0.5.6",
"version": "0.5.7",
"description": "Websocket RPC library for the Steem blockchain",

@@ -5,0 +5,0 @@ "main": "lib/index.js",

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