Socket
Socket
Sign inDemoInstall

@ethersproject/providers

Package Overview
Dependencies
Maintainers
1
Versions
114
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@ethersproject/providers - npm Package Compare versions

Comparing version 6.0.0-beta.2 to 6.0.0-beta.3

README.md

2

lib/_version.d.ts

@@ -1,2 +0,2 @@

export declare const version = "@ethersproject/providers@6.0.0-beta.2";
export declare const version = "@ethersproject/providers@6.0.0-beta.3";
//# sourceMappingURL=_version.d.ts.map

@@ -1,2 +0,2 @@

export const version = "@ethersproject/providers@6.0.0-beta.2";
export const version = "@ethersproject/providers@6.0.0-beta.3";
//# sourceMappingURL=_version.js.map

@@ -13,3 +13,3 @@ var __classPrivateFieldSet = (this && this.__classPrivateFieldSet) || function (receiver, state, value, kind, f) {

var _a, _EnsResolver_supports2544, _EnsResolver_getResolver;
import { concat, dataSlice, hexlify, zeroPadLeft } from "@ethersproject/bytes";
import { concat, dataSlice, hexlify, zeroPadValue } from "@ethersproject/bytes";
import { dnsEncode, namehash } from "@ethersproject/hash";

@@ -336,3 +336,3 @@ import { defineProperties } from "@ethersproject/properties";

const balance = logger.getBigInt(await this.provider.call({
to: addr, data: concat(["0x00fdd58e", zeroPadLeft(owner, 32), tokenId])
to: addr, data: concat(["0x00fdd58e", zeroPadValue(owner, 32), tokenId])
}));

@@ -339,0 +339,0 @@ if (!balance) {

@@ -185,3 +185,3 @@ // Belongs to Networks; requires abstract-provider

value = __classPrivateFieldGet(this, _Formatter_format, "f").transactionResponse(value);
const sig = Signature.fromTransaction(value.r, value.s, value.v);
const sig = Signature.from({ r: value.r, s: value.s, v: value.v });
value.signature = sig;

@@ -188,0 +188,0 @@ if (value.chainId == null) {

@@ -35,3 +35,3 @@ {

"ethereum": "donations.ethers.eth",
"gitHead": "179cdd9cd64d57607dda4a51dc246c5deceec13f",
"gitHead": "4fcde0967317451fac6cec6addba8258f98c14b5",
"keywords": [

@@ -57,6 +57,6 @@ "Ethereum",

"sideEffects": false,
"tarballHash": "0x8540b25300a5327add0c38309b2aa140e3488e9168ce1a8dedb1d202d76f98e0",
"tarballHash": "0x4c9fc33519ca19b50e7f10126671b2cf8dfd21c63110fa8770f31334e4daf9ad",
"type": "module",
"types": "./lib/index.d.ts",
"version": "6.0.0-beta.2"
"version": "6.0.0-beta.3"
}

@@ -1,1 +0,1 @@

export const version = "@ethersproject/providers@6.0.0-beta.2";
export const version = "@ethersproject/providers@6.0.0-beta.3";

@@ -1,2 +0,2 @@

import { concat, dataSlice, hexlify, zeroPadLeft } from "@ethersproject/bytes";
import { concat, dataSlice, hexlify, zeroPadValue } from "@ethersproject/bytes";
import { dnsEncode, namehash } from "@ethersproject/hash";

@@ -382,3 +382,3 @@ import { defineProperties } from "@ethersproject/properties";

const balance = logger.getBigInt(await this.provider.call({
to: addr, data: concat([ "0x00fdd58e", zeroPadLeft(owner, 32), tokenId ])
to: addr, data: concat([ "0x00fdd58e", zeroPadValue(owner, 32), tokenId ])
}));

@@ -385,0 +385,0 @@ if (!balance) {

@@ -226,3 +226,3 @@ // Belongs to Networks; requires abstract-provider

const sig = Signature.fromTransaction(value.r, value.s, value.v);
const sig = Signature.from({ r: value.r, s: value.s, v: value.v });
value.signature = sig;

@@ -229,0 +229,0 @@ if (value.chainId == null) { value.chainId = sig.legacyChainId; }

Sorry, the diff of this file is not supported yet

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