futurestack-cli
Advanced tools
+1
-1
| { | ||
| "name": "futurestack-cli", | ||
| "version": "0.0.5", | ||
| "version": "0.0.6", | ||
| "description": "Tools for building in web3", | ||
@@ -5,0 +5,0 @@ "type": "module", |
@@ -9,6 +9,7 @@ import fs from 'fs'; | ||
| const rootDir = pathParts.slice(0, index).join(path.sep); | ||
| console.log("FULL", path.join(rootDir, 'contract.md')) | ||
| const decriptionPath = path.join(rootDir, 'contract.md').replace('file://', ''); | ||
| console.log("path", decriptionPath) | ||
| try { | ||
| console.log("path", decriptionPath) | ||
| console.log(fs.readFileSync(decriptionPath, 'utf8')) | ||
@@ -15,0 +16,0 @@ return fs.readFileSync(decriptionPath, 'utf8') |
Unpublished package
Supply chain riskPackage version was not found on the registry. It may exist on a different registry and need to be configured to pull from that registry.
Found 1 instance in 1 package
Environment variable access
Supply chain riskPackage accesses environment variables, which may be a sign of credential stuffing or data theft.
Found 1 instance in 1 package
Long strings
Supply chain riskContains long string literals, which may be a sign of obfuscated or packed code.
Found 1 instance in 1 package
Unpublished package
Supply chain riskPackage version was not found on the registry. It may exist on a different registry and need to be configured to pull from that registry.
Found 1 instance in 1 package
Environment variable access
Supply chain riskPackage accesses environment variables, which may be a sign of credential stuffing or data theft.
Found 1 instance in 1 package
Long strings
Supply chain riskContains long string literals, which may be a sign of obfuscated or packed code.
Found 1 instance in 1 package
10575
0.52%277
0.36%