Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@eth-sdk/query

Package Overview
Dependencies
Maintainers
1
Versions
21
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@eth-sdk/query - npm Package Compare versions

Comparing version 0.1.2 to 0.1.3

2

build/Query.js

@@ -22,3 +22,3 @@ "use strict";

innerProvider = innerProvider;
switch (innerProvider.slice(2)) {
switch (innerProvider.slice(0, 2)) {
case 'ht':

@@ -25,0 +25,0 @@ innerProvider = new providers_1.HttpProvider(innerProvider);

{
"name": "@eth-sdk/query",
"version": "0.1.2",
"version": "0.1.3",
"description": "Eth sdk query",

@@ -30,3 +30,3 @@ "author": {

"dependencies": {
"@eth-sdk/utils": "^0.1.2",
"@eth-sdk/utils": "^0.1.3",
"@types/bn.js": "^4.11.5",

@@ -33,0 +33,0 @@ "@types/node": "^12.0.0",

Sorry, the diff of this file is not supported yet

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