Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

hardhat-deploy

Package Overview
Dependencies
Maintainers
1
Versions
191
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

hardhat-deploy - npm Package Compare versions

Comparing version 0.11.16 to 0.11.17

4

dist/src/index.js

@@ -349,4 +349,4 @@ "use strict";

writeDeploymentsToFiles: args.write,
export: args.export,
exportAll: args.exportAll,
export: args.export || process.env.HARDHAT_DEPLOY_EXPORT_ARTIFACTS,
exportAll: args.exportAll || process.env.HARDHAT_DEPLOY_EXPORT_ALL_ARTIFACTS,
savePendingTx: args.pendingtx,

@@ -353,0 +353,0 @@ gasPrice: args.gasprice,

{
"name": "hardhat-deploy",
"version": "0.11.16",
"version": "0.11.17",
"description": "Hardhat Plugin For Replicable Deployments And Tests",

@@ -5,0 +5,0 @@ "repository": "github:wighawag/hardhat-deploy",

@@ -443,4 +443,5 @@ import './type-extensions';

writeDeploymentsToFiles: args.write,
export: args.export,
exportAll: args.exportAll,
export: args.export || process.env.HARDHAT_DEPLOY_EXPORT_ARTIFACTS,
exportAll:
args.exportAll || process.env.HARDHAT_DEPLOY_EXPORT_ALL_ARTIFACTS,
savePendingTx: args.pendingtx,

@@ -447,0 +448,0 @@ gasPrice: args.gasprice,

Sorry, the diff of this file is not supported yet

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