Socket
Socket
Sign inDemoInstall

@mean-finance/deterministic-factory

Package Overview
Dependencies
Maintainers
3
Versions
35
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@mean-finance/deterministic-factory - npm Package Compare versions

Comparing version 1.2.0-rc2 to 1.2.0-rc3

2

package.json
{
"name": "@mean-finance/deterministic-factory",
"version": "1.2.0-rc2",
"version": "1.2.0-rc3",
"description": "Deterministic contracts's addresses factory",

@@ -5,0 +5,0 @@ "keywords": [

@@ -49,3 +49,3 @@ import hre, { ethers } from 'hardhat';

if (!!existingDeployment) {
if (skipIfAlreadyDeployed === null || skipIfAlreadyDeployed) {
if (skipIfAlreadyDeployed === undefined || skipIfAlreadyDeployed === null || skipIfAlreadyDeployed) {
if (log) console.log(`Reusing deployment of ${name} at ${existingDeployment.address}`);

@@ -52,0 +52,0 @@ return existingDeployment;

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