Socket
Socket
Sign inDemoInstall

@ethercast/eth-jsonrpc-client

Package Overview
Dependencies
Maintainers
2
Versions
6
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@ethercast/eth-jsonrpc-client - npm Package Compare versions

Comparing version 1.1.2 to 1.2.1

5

CHANGELOG.md

@@ -5,2 +5,7 @@ # Change Log

<a name="1.2.1"></a>
## [1.2.1](https://github.com/ethercast/eth-jsonrpc-client/compare/v1.1.2...v1.2.1) (2018-09-18)
<a name="1.1.2"></a>

@@ -7,0 +12,0 @@ ## [1.1.2](https://github.com/ethercast/eth-jsonrpc-client/compare/v1.1.1...v1.1.2) (2018-09-17)

8

package.json
{
"name": "@ethercast/eth-jsonrpc-client",
"version": "1.1.2",
"version": "1.2.1",
"description": "JSON RPC client for Ethereum clients (geth/parity)",

@@ -63,6 +63,5 @@ "main": "build/main/index.js",

"dependencies": {
"@ethercast/model": "0.0.17",
"@ethercast/model": "^2.0.3",
"cross-fetch": "^2.2.2",
"isomorphic-ws": "^4.0.1",
"joi": "^13.6.0"
"isomorphic-ws": "^4.0.1"
},

@@ -73,3 +72,2 @@ "peerDependencies": {

"devDependencies": {
"@types/joi": "^13.4.4",
"@types/ws": "^6.0.1",

@@ -76,0 +74,0 @@ "ava": "1.0.0-beta.7",

@@ -9,4 +9,4 @@ # eth-jsonrpc-client

Lightweight HTTP and WebSocket JSON RPC client for Ethereum, compatible with both geth and parity, made for polling blocks from Ethercast.
Great for when Web3 is too heavy.
Lightweight HTTP and WebSocket JSON RPC client for Ethereum, compatible with both geth and parity, made for polling blocks for the Ethercast project.
Great for when Web3 is too heavy, and the only functionality required is to query the JSON RPC.

@@ -13,0 +13,0 @@ ## Installation

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