redprint-forge
Advanced tools
Comparing version
@@ -26,8 +26,8 @@ ## Quick Installation | ||
git add . | ||
git commit -am "v0.0.4" | ||
git commit -am "v0.0.5" | ||
git push -u origin main | ||
git tag v0.0.4 main | ||
git push origin tag v0.0.4 | ||
git tag v0.0.5 main | ||
git push origin tag v0.0.5 | ||
``` | ||
DONT forget to add secret env `NPM_AUTH_TOKEN` at [repo](https://github.com/Ratimon/solid-grinder/settings/secrets/actions) |
{ | ||
"name": "redprint-forge", | ||
"description": "A developer-friendly framework/library in solidity to modify & deploy OPStack ’s contracts in a modular style.", | ||
"version": "0.0.4", | ||
"version": "0.0.5", | ||
"homepage": "https://github.com/Ratimon/redprint-forg#readme", | ||
@@ -17,3 +17,3 @@ "keywords": [ | ||
"---------------------- USER WORKFLOW ----------------------": "", | ||
"postinstall": "forge install --no-git safe-global/safe-smart-account@v1.4.1 || echo ''", | ||
"postinstall": "forge install --no-git safe-global/safe-smart-account@v1.4.1 OpenZeppelin/openzeppelin-contracts@v4.9.4 OpenZeppelin/openzeppelin-contracts-upgradeable@v4.9.4 wighawag/clones-with-immutable-args@v1.0.0 || echo ''", | ||
"---------------------- DEV WORKFLOW ----------------------": "", | ||
@@ -20,0 +20,0 @@ "prepare": "rm -rf lib/ && set-defaults .vscode && forge install --no-git safe-global/safe-smart-account@v1.4.1 || echo '' ", |
@@ -37,4 +37,7 @@ <h1>Keep Optimistic and be OPStack deployer!! </h1> | ||
```txt | ||
@safe-contracts/=node_modules/redprint-forge/lib/safe-smart-account/contracts | ||
@redprint/=node_modules/redprint-forge/ | ||
@redprint-core/=node_modules/redprint-forge/src | ||
@redprint-openzeppelin/=node_modules/redprint-forge/lib/openzeppelin-contracts/contracts | ||
@redprint-openzeppelin-upgradable/=node_modules/redprint-forge/lib/openzeppelin-contracts-upgradeable/contracts | ||
@redprint-safe-contracts/=node_modules/redprint-forge/lib/safe-smart-account/contracts | ||
@redprint-clones-with-immutable-args/=node_modules/clones-with-immutable-args/src | ||
``` | ||
@@ -41,0 +44,0 @@ |
@@ -1,8 +0,8 @@ | ||
@redprint/=src/ | ||
@redprint-core/=src/ | ||
@main/=src/ | ||
@test/=test/ | ||
@forge-std/=node_modules/forge-std/src | ||
@openzeppelin/=node_modules/@openzeppelin/contracts | ||
@openzeppelin-upgradable/=node_modules/@openzeppelin/contracts-upgradeable | ||
@safe-contracts/=lib/safe-smart-account/contracts/ | ||
@clones-with-immutable-args/=node_modules/clones-with-immutable-args | ||
@redprint-openzeppelin/=node_modules/@openzeppelin/contracts | ||
@redprint-openzeppelin-upgradable/=node_modules/@openzeppelin/contracts-upgradeable | ||
@redprint-safe-contracts/=lib/safe-smart-account/contracts/ | ||
@redprint-clones-with-immutable-args/=node_modules/clones-with-immutable-args |
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
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
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
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
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
195648
0.46%77
4.05%