Comparing version 5.1.2 to 5.1.3
{ | ||
"name": "ethrpc", | ||
"version": "5.1.2", | ||
"version": "5.1.3", | ||
"description": "Ethereum JSON RPC", | ||
@@ -5,0 +5,0 @@ "author": "The Augur Developers <team@augur.net>", |
@@ -24,4 +24,4 @@ "use strict"; | ||
var messageHandler = function () {}; | ||
this.webSocketClient.onopen = function (event) { | ||
console.log("websocket", self.address, "opened", event); | ||
this.webSocketClient.onopen = function () { | ||
console.log("websocket", self.address, "opened"); | ||
if (!initialCallbackCalled) callback(null); | ||
@@ -28,0 +28,0 @@ messageHandler = self.messageHandler; |
// generated by genversion | ||
module.exports = '5.1.2' | ||
module.exports = '5.1.3' |
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
Network access
Supply chain riskThis module accesses the network.
Found 1 instance in 1 package
Dynamic require
Supply chain riskDynamic require can indicate the package is performing dangerous or unsafe dynamic code execution.
Found 1 instance in 1 package
New author
Supply chain riskA new npm collaborator published a version of the package for the first time. New collaborators are usually benign additions to a project, but do indicate a change to the security surface area of a package.
Found 1 instance in 1 package
2659939
51615
9
10