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

graphenejs-lib

Package Overview
Dependencies
Maintainers
1
Versions
20
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

graphenejs-lib - npm Package Compare versions

Comparing version 0.4.4 to 0.4.5

examples/transfer.js

5

dist/chain/src/ChainStore.js

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

var reconnectCounter = 0;
var _init = function _init(resolve, reject) {

@@ -153,2 +154,6 @@ var db_api = Apis.instance().db_api();

console.log("not yet synced, retrying in 1s");
reconnectCounter++;
if (reconnectCounter > 10) {
throw new Error("ChainStore sync error, please check your system clock");
}
setTimeout(_init.bind(_this, resolve, reject), 1000);

@@ -155,0 +160,0 @@ }

2

package.json
{
"name": "graphenejs-lib",
"version": "0.4.4",
"version": "0.4.5",
"description": "Pure JavaScript Bitshares/Graphene library for node.js and browsers.",

@@ -5,0 +5,0 @@ "browser": {

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