redprint-forge
Advanced tools
Comparing version 0.2.3 to 0.2.4
{ | ||
"name": "redprint-forge", | ||
"description": "A developer-friendly framework/library in solidity to modify & deploy OPStack ’s contracts in a modular style.", | ||
"version": "0.2.3", | ||
"version": "0.2.4", | ||
"homepage": "https://github.com/Ratimon/redprint-forg#readme", | ||
@@ -27,5 +27,5 @@ "keywords": [ | ||
"---------------------- USER WORKFLOW ----------------------": "", | ||
"postinstall": "forge install --no-git openzeppelin-4_9_4=openzeppelin/openzeppelin-contracts@v4.9.4 openzeppelin-upgradeable-4_9_4=OpenZeppelin/openzeppelin-contracts-upgradeable@v4.9.4 foundry-rs/forge-std@v1.9.1 safe-global/safe-smart-account@v1.4.1 ethereum-optimism/lib-keccak || echo ''", | ||
"postinstall": "forge install --no-git openzeppelin-4_7_3=openzeppelin/openzeppelin-contracts@v4.7.3 openzeppelin-upgradeable-4_7_3=OpenZeppelin/openzeppelin-contracts-upgradeable@v4.7.3 foundry-rs/forge-std@v1.9.1 safe-global/safe-smart-account@v1.4.1 ethereum-optimism/lib-keccak || echo ''", | ||
"---------------------- DEV WORKFLOW ----------------------": "", | ||
"prepare": "rm -rf lib/ && set-defaults .vscode && forge install --no-git openzeppelin-4_9_4=openzeppelin/openzeppelin-contracts@v4.9.4 openzeppelin-upgradeable-4_9_4=OpenZeppelin/openzeppelin-contracts-upgradeable@v4.9.4 foundry-rs/forge-std@v1.9.1 safe-global/safe-smart-account@v1.4.1 || echo '' ", | ||
"prepare": "rm -rf lib/ && set-defaults .vscode && forge install --no-git openzeppelin-4_7_3=openzeppelin/openzeppelin-contracts@v4.7.3 openzeppelin-upgradeable-4_7_3=OpenZeppelin/openzeppelin-contracts-upgradeable@v4.7.3 foundry-rs/forge-std@v1.9.1 safe-global/safe-smart-account@v1.4.1 ethereum-optimism/lib-keccak || echo '' ", | ||
"build": "forge build", | ||
@@ -46,3 +46,4 @@ "clean": "rm -rf cache out", | ||
"set-defaults": "^0.0.2" | ||
} | ||
}, | ||
"packageManager": "pnpm@9.6.0+sha256.dae0f7e822c56b20979bb5965e3b73b8bdabb6b8b8ef121da6d857508599ca35" | ||
} |
@@ -42,4 +42,4 @@ <h1>Keep Optimistic and be OPStack deployer!! </h1> | ||
@redprint-forge-std/=node_modules/redprint-forge/lib/forge-std/src | ||
@redprint-openzeppelin/=node_modules/redprint-forge/lib/openzeppelin-4_9_4/contracts | ||
@redprint-openzeppelin-upgradable/=node_modules/redprint-forge/lib/openzeppelin-upgradable-4_9_4/contracts | ||
@redprint-openzeppelin/=node_modules/redprint-forge/lib/openzeppelin-4_7_3/contracts | ||
@redprint-openzeppelin-upgradable/=node_modules/redprint-forge/lib/openzeppelin-upgradable-4_7_3/contracts | ||
@redprint-safe-contracts/=node_modules/redprint-forge/lib/safe-smart-account/contracts | ||
@@ -46,0 +46,0 @@ ``` |
@@ -8,3 +8,3 @@ @redprint-core/=src/ | ||
@redprint-lib-keccak/=lib/lib-keccak/contracts/lib/ | ||
@redprint-openzeppelin/=lib/openzeppelin-4_9_4/contracts | ||
@redprint-openzeppelin-upgradable/=lib/openzeppelin-upgradeable-4_9_4/contracts | ||
@redprint-openzeppelin/=lib/openzeppelin-4_7_3/contracts | ||
@redprint-openzeppelin-upgradable/=lib/openzeppelin-upgradeable-4_7_3/contracts |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Install scripts
Supply chain riskInstall scripts are run when the package is installed. The majority of malware in npm is hidden in install scripts.
Found 1 instance in 1 package
Install scripts
Supply chain riskInstall scripts are run when the package is installed. The majority of malware in npm is hidden in install scripts.
Found 1 instance in 1 package
681127