🚀 Big News: Socket Acquires Coana to Bring Reachability Analysis to Every Appsec Team.Learn more
Socket
Sign inDemoInstall
Socket

hardhat-ignore-warnings

Package Overview
Dependencies
Maintainers
0
Versions
20
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

hardhat-ignore-warnings - npm Package Compare versions

Comparing version

to
0.2.12

1

dist/error-codes.d.ts

@@ -16,2 +16,3 @@ export declare const errorCodes: {

readonly 'transient-storage': 2394;
readonly 'statement-has-no-effect': 6133;
};

@@ -18,0 +19,0 @@ export declare type WarningId = number | keyof typeof errorCodes;

@@ -19,2 +19,3 @@ "use strict";

'transient-storage': 2394,
'statement-has-no-effect': 6133,
};

@@ -21,0 +22,0 @@ function getErrorCode(id) {

2

package.json
{
"name": "hardhat-ignore-warnings",
"version": "0.2.11",
"version": "0.2.12",
"description": "Hardhat plugin to ignore Solidity warnings",

@@ -5,0 +5,0 @@ "author": "Francisco Giordano <fg@frang.io>",

@@ -16,2 +16,3 @@ export const errorCodes = {

'transient-storage': 2394,
'statement-has-no-effect': 6133,
} as const;

@@ -18,0 +19,0 @@

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet