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.122 to 5.0.0-beta.123

3

index.d.ts

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

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

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

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

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

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

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

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

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

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