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

@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.120 to 5.0.0-beta.121

3

index.d.ts

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

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

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

declare const MaxUint256: BigNumber;
export { AddressZero, HashZero, EtherSymbol, NegativeTwo, 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 NegativeTwo = bignumber_1.BigNumber.from(-2);
exports.NegativeTwo = NegativeTwo;
var NegativeOne = bignumber_1.BigNumber.from(-1);

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

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

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

},
"gitHead": "974f50c491a0d43942d2471b6a749a61c7755b7d"
"tarballHash": "0xef72b6169b33ce0b9c373492ed1b78d562501662d7f417280b6c4496e36008a1"
}
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