Socket
Socket
Sign inDemoInstall

hardhat-tracer

Package Overview
Dependencies
277
Maintainers
1
Versions
52
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 1.1.0-rc.9 to 1.1.1

2

dist/src/tasks/trace.js

@@ -41,2 +41,4 @@ "use strict";

});
// if printing was successful, then stop here
return;
}

@@ -43,0 +45,0 @@ catch (error) {

2

package.json
{
"name": "hardhat-tracer",
"version": "1.1.0-rc.9",
"version": "1.1.1",
"description": "Hardhat Tracer plugin",

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

@@ -52,2 +52,4 @@ import { ethers } from "ethers";

});
// if printing was successful, then stop here
return;
} catch (error) {

@@ -54,0 +56,0 @@ console.warn(

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