Socket
Socket
Sign inDemoInstall

hardhat-tracer

Package Overview
Dependencies
298
Maintainers
1
Versions
52
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 2.0.0-beta.7 to 2.0.0

2

package.json
{
"name": "hardhat-tracer",
"version": "2.0.0-beta.7",
"version": "2.0.0",
"description": "Hardhat Tracer plugin",

@@ -5,0 +5,0 @@ "repository": "github:zemse/hardhat-tracer",

# hardhat-tracer 🕵️
> This is a beta release. Some things might not work.
Allows you to see events, calls and storage operations when running your tests.

@@ -22,3 +20,3 @@

```
npm i hardhat-tracer@beta
npm i hardhat-tracer
```

@@ -37,9 +35,11 @@

```shell
npx hardhat test --trace # same as --vvv
npx hardhat test --fulltrace # same as --vvvv
npx hardhat test --traceError # prints calls for failed txs
npx hardhat test --fulltraceError # prints calls and storage ops for failed txs
npx hardhat test --trace # prints calls for all txs
npx hardhat test --fulltrace # prints calls and storage ops for all txs
npx hardhat test --v # shows logs + calls for only failed txs
npx hardhat test --vv # shows logs + calls + storage for only failed txs
npx hardhat test --vvv # shows logs + calls for all txs
npx hardhat test --vvvv # shows logs + calls + storage for all txs
npx hardhat test --v # same as --traceError
npx hardhat test --vv # same as --fulltraceError
npx hardhat test --vvv # same as --trace
npx hardhat test --vvvv # same as --fulltrace

@@ -46,0 +46,0 @@ # specify opcode

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