Socket
Socket
Sign inDemoInstall

hardhat-tracer

Package Overview
Dependencies
310
Maintainers
1
Versions
50
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 2.8.0 to 2.8.1

13

dist/src/index.js

@@ -26,12 +26,9 @@ "use strict";

Please upgrade your hardhat version to 2.11 or above.
This error is generated by plugin "hardhat-tracer" because it is
dependent on some features available in hardhat >=2.11.0 <3.0.0.
This version of "hardhat-tracer" only works with versions of
Hardhat previous to 2.21.0.
npm i hardhat@latest
A new version compatible with the latest Hardhat will be released soon.
or
yarn add hardhat@latest
In the meantime, downgrade Hardhat to 2.20.1, or remove "hardhat-tracer"
from your Hardhat config.
`);

@@ -38,0 +35,0 @@ process.exit(1);

@@ -38,3 +38,3 @@ "use strict";

case 0:
shouldPrint = false;
shouldPrint = !!this.dependencies.tracerEnv.printNext;
break;

@@ -41,0 +41,0 @@ case 1:

{
"name": "hardhat-tracer",
"version": "2.8.0",
"version": "2.8.1",
"description": "Hardhat Tracer plugin",

@@ -44,3 +44,3 @@ "repository": "github:zemse/hardhat-tracer",

"dotenv": "^16.0.3",
"hardhat": "^2.19.4",
"hardhat": "^2.20.0",
"hardhat-deploy": "^0.11.25",

@@ -57,3 +57,3 @@ "mocha": "^7.1.2",

"chai": "4.x",
"hardhat": ">=2.16 <3.x"
"hardhat": ">=2.16 <2.21.0"
},

@@ -60,0 +60,0 @@ "dependencies": {

@@ -28,8 +28,7 @@ <!-- omit from toc -->

**Step 2:** Add to your `hardhat.config.js` file
**Step 2:** Add to your `hardhat.config` file
| hardhat.config.js | hardhat.config.ts |
| :--- | :---: |
|``require("hardhat-tracer"); ``|``import "hardhat-tracer"``|
```
require("hardhat-tracer");
```
## Usage

@@ -213,2 +212,2 @@

List of supported configs is available in [TracerEnvUser](./src/types.ts).
List of supported configs is available in [TracerEnvUser](./src/types.ts).

@@ -10,12 +10,9 @@ try {

Please upgrade your hardhat version to 2.11 or above.
This error is generated by plugin "hardhat-tracer" because it is
dependent on some features available in hardhat >=2.11.0 <3.0.0.
This version of "hardhat-tracer" only works with versions of
Hardhat previous to 2.21.0.
npm i hardhat@latest
A new version compatible with the latest Hardhat will be released soon.
or
yarn add hardhat@latest
In the meantime, downgrade Hardhat to 2.20.1, or remove "hardhat-tracer"
from your Hardhat config.
`

@@ -22,0 +19,0 @@ );

@@ -53,3 +53,3 @@ import { BackwardsCompatibilityProviderAdapter } from "hardhat/internal/core/providers/backwards-compatibility";

case 0:
shouldPrint = false;
shouldPrint = !!this.dependencies.tracerEnv.printNext;
break;

@@ -56,0 +56,0 @@ case 1:

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

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc