New Research: Supply Chain Attack on Axios Pulls Malicious Dependency from npm.Details
Socket
Book a DemoSign in
Socket

futurestack-cli

Package Overview
Dependencies
Maintainers
1
Versions
14
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

futurestack-cli - npm Package Compare versions

Package was removed
Sorry, it seems this package was removed from the registry
Comparing version
0.0.5
to
0.0.6
+1
-1
package.json
{
"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')