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

ethrpc

Package Overview
Dependencies
Maintainers
14
Versions
367
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

ethrpc - npm Package Compare versions

Comparing version 5.2.2 to 5.2.3

2

package.json
{
"name": "ethrpc",
"version": "5.2.2",
"version": "5.2.3",
"description": "Ethereum JSON RPC",

@@ -5,0 +5,0 @@ "author": "The Augur Developers <team@augur.net>",

@@ -22,2 +22,4 @@ "use strict";

if (typeof jso.id !== "number") return callback(new Error("jso.id must be a number"));
if (internalState.get("transporter") === null) return callback(new Error("Not connected to ethereum node"));
var expectedReturnTypes = stripReturnsTypeAndInvocation(jso); // FIXME: return types shouldn't be embedded into the RPC JSO

@@ -24,0 +26,0 @@ internalState.set("outstandingRequests." + jso.id, {

// generated by genversion
module.exports = '5.2.2'
module.exports = '5.2.3'
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