Join our webinar on Wednesday, June 26, at 1pm EDTHow Chia Mitigates Risk in the Crypto Industry.Register
Socket
Socket
Sign inDemoInstall

eth-query

Package Overview
Dependencies
3
Maintainers
1
Versions
12
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 2.0.1 to 2.0.2

4

index.js

@@ -67,5 +67,5 @@ const extend = require('xtend')

self.currentProvider.sendAsync(createPayload(opts), function(err, response){
err = err || response.error
if (!err && response.error) err = new Error('EthQuery - RPC Error - '+response.error.message)
if (err) return cb(err)
// console.log(opts, response)
console.log(opts, response)
cb(null, response.result)

@@ -72,0 +72,0 @@ })

{
"name": "eth-query",
"version": "2.0.1",
"version": "2.0.2",
"description": "like web3 but for minimalists",

@@ -5,0 +5,0 @@ "main": "index.js",

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc