Socket
Socket
Sign inDemoInstall

hardhat-deploy

Package Overview
Dependencies
Maintainers
1
Versions
189
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.40 to 0.11.41

2

dist/src/index.js

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

// copy existing deployment from specified netwotk into localhost deployment folder
fs_extra_1.default.copy(path_1.default.join(hre.config.paths.deployments, networkName), path_1.default.join(hre.config.paths.deployments, 'localhost'));
await fs_extra_1.default.copy(path_1.default.join(hre.config.paths.deployments, networkName), path_1.default.join(hre.config.paths.deployments, 'localhost'));
}

@@ -582,0 +582,0 @@ nodeTaskArgs.log = !nodeTaskArgs.silent;

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

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

@@ -783,3 +783,3 @@ import './type-extensions';

// copy existing deployment from specified netwotk into localhost deployment folder
fs.copy(
await fs.copy(
path.join(hre.config.paths.deployments, networkName),

@@ -786,0 +786,0 @@ path.join(hre.config.paths.deployments, 'localhost')

Sorry, the diff of this file is not supported yet

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