🚀 Big News: Socket Acquires Coana to Bring Reachability Analysis to Every Appsec Team.Learn more
Socket
Book a DemoInstallSign in
Socket

hardhat-contract-sizer

Package Overview
Dependencies
Maintainers
1
Versions
17
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

hardhat-contract-sizer - npm Package Compare versions

Comparing version

to
2.4.0

2

package.json
{
"name": "hardhat-contract-sizer",
"version": "2.3.1",
"version": "2.4.0",
"license": "MIT",

@@ -5,0 +5,0 @@ "description": "Output Solidity contract sizes with Hardhat",

@@ -10,3 +10,3 @@ const {

if (hre.config.contractSizer.runOnCompile && !args.noSizeContracts) {
if (hre.config.contractSizer.runOnCompile && !args.noSizeContracts && !hre.__SOLIDITY_COVERAGE_RUNNING) {
// Disable compile to avoid an infinite loop

@@ -13,0 +13,0 @@ await hre.run('size-contracts', { noCompile: true });