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

steem

Package Overview
Dependencies
Maintainers
2
Versions
121
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

steem - npm Package Compare versions

Comparing version 0.3.5 to 0.3.7

9

lib/api.js

@@ -35,3 +35,3 @@ var WebSocket = require('ws');

this.getApiByName('login_api', function() {});
//this.getApiByName('follow_api', function() {});
this.getApiByName('follow_api', function() {});
this.getApiByName('network_broadcast_api', function() {});

@@ -850,4 +850,7 @@ callback();

}, function(err, data) {
if (iterator == data.id) callback(err, data.result);
});
if (iterator == data.id) {
this.getApiByName('network_broadcast_api', function() {});
callback(err, data.result);
}
}.bind(this));
};

@@ -854,0 +857,0 @@

{
"name": "steem",
"version": "0.3.5",
"version": "0.3.7",
"description": "Steem.js the JavaScript API for Steem blockchain",

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

@@ -24,1 +24,7 @@ var steem = require('./index');

});
steem.api.streamOperations(function(err, result) {
if (!err && result[1].author == 'fabien') {
console.log(result);
}
});
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