Socket
Socket
Sign inDemoInstall

@ethersproject/constants

Package Overview
Dependencies
Maintainers
1
Versions
37
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@ethersproject/constants - npm Package Compare versions

Comparing version 5.0.0-beta.121 to 5.0.0-beta.122

3

index.d.ts

@@ -5,2 +5,3 @@ import { BigNumber } from "@ethersproject/bignumber";

declare const EtherSymbol = "\u039E";
declare const NegativeThree: BigNumber;
declare const NegativeOne: BigNumber;

@@ -12,2 +13,2 @@ declare const Zero: BigNumber;

declare const MaxUint256: BigNumber;
export { AddressZero, HashZero, EtherSymbol, NegativeOne, Zero, One, Two, WeiPerEther, MaxUint256 };
export { NegativeThree, AddressZero, HashZero, EtherSymbol, NegativeOne, Zero, One, Two, WeiPerEther, MaxUint256 };

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

exports.EtherSymbol = EtherSymbol;
var NegativeThree = bignumber_1.BigNumber.from(-3);
exports.NegativeThree = NegativeThree;
var NegativeOne = bignumber_1.BigNumber.from(-1);

@@ -15,0 +17,0 @@ exports.NegativeOne = NegativeOne;

{
"name": "@ethersproject/constants",
"version": "5.0.0-beta.121",
"version": "5.0.0-beta.122",
"description": "Error utility functions for ethers.",

@@ -21,3 +21,3 @@ "main": "index.js",

},
"tarballHash": "0xef72b6169b33ce0b9c373492ed1b78d562501662d7f417280b6c4496e36008a1"
"tarballHash": "0x71e54c3b2771c63e63a43b19ee015372aaa1e3ab7fb5eeb53a1bb9b6dc0f4afc"
}
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