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

ethereumjs-connect

Package Overview
Dependencies
Maintainers
1
Versions
287
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

ethereumjs-connect - npm Package Compare versions

Comparing version 0.2.2 to 0.2.3

10

index.js

@@ -302,3 +302,6 @@ /**

console.error("[async] connect error:", err);
return self.connect(rpcinfo, ipcpath, callback, true);
if (!retry) {
return self.connect(rpcinfo, ipcpath, callback, true);
}
return callback(false);
}

@@ -318,3 +321,6 @@ self.update_contracts();

console.error("[sync] connect error:", exc);
return this.connect(rpcinfo, ipcpath, callback, true);
if (!retry) {
return this.connect(rpcinfo, ipcpath, callback, true);
}
return false;
}

@@ -321,0 +327,0 @@ }

2

package.json
{
"name": "ethereumjs-connect",
"version": "0.2.2",
"version": "0.2.3",
"description": "Basic Ethereum connection tasks",

@@ -5,0 +5,0 @@ "main": "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