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.132 to 5.0.0-beta.133

2

lib.esm/_version.d.ts

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

export declare const version = "constants/5.0.0-beta.132";
export declare const version = "constants/5.0.0-beta.133";

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

export const version = "constants/5.0.0-beta.132";
export const version = "constants/5.0.0-beta.133";

@@ -5,6 +5,4 @@ "use strict";

const HashZero = "0x0000000000000000000000000000000000000000000000000000000000000000";
// NFKD (decomposed)
//const EtherSymbol = "\uD835\uDF63";
// NFKC (composed)
const EtherSymbol = "\u039e";
// NFKC (composed) // (decomposed)
const EtherSymbol = "\u039e"; // "\uD835\uDF63";
const NegativeOne = BigNumber.from(-1);

@@ -11,0 +9,0 @@ const Zero = BigNumber.from(0);

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

export declare const version = "constants/5.0.0-beta.132";
export declare const version = "constants/5.0.0-beta.133";
"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
exports.version = "constants/5.0.0-beta.132";
exports.version = "constants/5.0.0-beta.133";

@@ -8,6 +8,4 @@ "use strict";

exports.HashZero = HashZero;
// NFKD (decomposed)
//const EtherSymbol = "\uD835\uDF63";
// NFKC (composed)
var EtherSymbol = "\u039e";
// NFKC (composed) // (decomposed)
var EtherSymbol = "\u039e"; // "\uD835\uDF63";
exports.EtherSymbol = EtherSymbol;

@@ -14,0 +12,0 @@ var NegativeOne = bignumber_1.BigNumber.from(-1);

@@ -26,5 +26,5 @@ {

},
"tarballHash": "0x8fc053bcdab1400b86aea6af717a44c8eeed84a193ecf76648819df9afa20e14",
"tarballHash": "0x82bcedf66de372c369d59e6eda636b95fe75e037d3216a15c135f6e48332624a",
"types": "./lib/index.d.ts",
"version": "5.0.0-beta.132"
"version": "5.0.0-beta.133"
}
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