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.9 to 5.0.10

2

lib.esm/_version.d.ts

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

export declare const version = "constants/5.0.9";
export declare const version = "constants/5.0.10";
//# sourceMappingURL=_version.d.ts.map

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

export const version = "constants/5.0.9";
export const version = "constants/5.0.10";
//# sourceMappingURL=_version.js.map

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

export declare const version = "constants/5.0.9";
export declare const version = "constants/5.0.10";
//# sourceMappingURL=_version.d.ts.map
"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
exports.version = "constants/5.0.9";
exports.version = void 0;
exports.version = "constants/5.0.10";
//# sourceMappingURL=_version.js.map
"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
exports.AddressZero = void 0;
exports.AddressZero = "0x0000000000000000000000000000000000000000";
//# sourceMappingURL=addresses.js.map
"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
exports.MaxUint256 = exports.WeiPerEther = exports.Two = exports.One = exports.Zero = exports.NegativeOne = void 0;
var bignumber_1 = require("@ethersproject/bignumber");

@@ -4,0 +5,0 @@ var NegativeOne = ( /*#__PURE__*/bignumber_1.BigNumber.from(-1));

"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
exports.HashZero = void 0;
exports.HashZero = "0x0000000000000000000000000000000000000000000000000000000000000000";
//# sourceMappingURL=hashes.js.map
"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
exports.EtherSymbol = exports.HashZero = exports.MaxUint256 = exports.WeiPerEther = exports.Two = exports.One = exports.Zero = exports.NegativeOne = exports.AddressZero = void 0;
var addresses_1 = require("./addresses");
exports.AddressZero = addresses_1.AddressZero;
Object.defineProperty(exports, "AddressZero", { enumerable: true, get: function () { return addresses_1.AddressZero; } });
var bignumbers_1 = require("./bignumbers");
exports.NegativeOne = bignumbers_1.NegativeOne;
exports.Zero = bignumbers_1.Zero;
exports.One = bignumbers_1.One;
exports.Two = bignumbers_1.Two;
exports.WeiPerEther = bignumbers_1.WeiPerEther;
exports.MaxUint256 = bignumbers_1.MaxUint256;
Object.defineProperty(exports, "NegativeOne", { enumerable: true, get: function () { return bignumbers_1.NegativeOne; } });
Object.defineProperty(exports, "Zero", { enumerable: true, get: function () { return bignumbers_1.Zero; } });
Object.defineProperty(exports, "One", { enumerable: true, get: function () { return bignumbers_1.One; } });
Object.defineProperty(exports, "Two", { enumerable: true, get: function () { return bignumbers_1.Two; } });
Object.defineProperty(exports, "WeiPerEther", { enumerable: true, get: function () { return bignumbers_1.WeiPerEther; } });
Object.defineProperty(exports, "MaxUint256", { enumerable: true, get: function () { return bignumbers_1.MaxUint256; } });
var hashes_1 = require("./hashes");
exports.HashZero = hashes_1.HashZero;
Object.defineProperty(exports, "HashZero", { enumerable: true, get: function () { return hashes_1.HashZero; } });
var strings_1 = require("./strings");
exports.EtherSymbol = strings_1.EtherSymbol;
Object.defineProperty(exports, "EtherSymbol", { enumerable: true, get: function () { return strings_1.EtherSymbol; } });
//# sourceMappingURL=index.js.map
"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
exports.EtherSymbol = void 0;
// NFKC (composed) // (decomposed)
exports.EtherSymbol = "\u039e"; // "\uD835\uDF63";
//# sourceMappingURL=strings.js.map

@@ -18,3 +18,3 @@ {

],
"gitHead": "4f67ecdf628268724077ffbbde4b188cd48579ec",
"gitHead": "6c43e20e7a68f3f5a141c74527ec63d9fe8458be",
"keywords": [

@@ -40,5 +40,5 @@ "Ethereum",

"sideEffects": false,
"tarballHash": "0x4b92953c8e57299143fc33a2104dc29bcc69dbf7753b3b8817e60be7d0f411a8",
"tarballHash": "0xf81ccc295f1f04335426a4df6aec817280cc321c3854e49b7c963e35836c9f5d",
"types": "./lib/index.d.ts",
"version": "5.0.9"
"version": "5.0.10"
}

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

export const version = "constants/5.0.9";
export const version = "constants/5.0.10";

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

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