Socket
Socket
Sign inDemoInstall

eth-gas-reporter

Package Overview
Dependencies
Maintainers
1
Versions
63
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

eth-gas-reporter - npm Package Compare versions

Comparing version 0.2.2 to 0.2.3

8

CHANGELOG.md
## Changelog: eth-gas-reporter
# 0.2.2 / 2019-07-02
- Add documentation about codechecks, buidler, advanced use cases.
- Add artifactType option as a user defined function so people use with any compilation artifacts.
- Add codechecks integration
- Add buidler plugin integration
- Remove shelljs due to GH security warning, execute ls command manually
# 0.2.1 / 2019-06-19

@@ -4,0 +12,0 @@

2

lib/artifactor.js

@@ -31,3 +31,3 @@ const SyncRequest = require("./syncRequest");

if (typeof this.config.artifactType === "function")
return this.config.artifactType;
return this.config.artifactType(contractName);

@@ -34,0 +34,0 @@ // Built-in

{
"name": "eth-gas-reporter",
"version": "0.2.2",
"version": "0.2.3",
"description": "Mocha reporter which shows gas used per unit test.",

@@ -5,0 +5,0 @@ "main": "index.js",

Sorry, the diff of this file is too big to display

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc