New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@gxchain2/cli

Package Overview
Dependencies
Maintainers
2
Versions
12
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@gxchain2/cli - npm Package Compare versions

Comparing version 0.0.1-alpha.0 to 0.0.1

CHANGELOG.md

22

package.json
{
"name": "@gxchain2/cli",
"version": "0.0.1-alpha.0",
"version": "0.0.1",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"license": "MIT",
"license": "GPL-3.0-or-later",
"bin": {
"gxchain2": "dist/index.js"
},
"scripts": {
"build": "tsc"
"build": "tsc --build tsconfig.json",
"test": "echo @gxchain2/cli has not test cases"
},
"devDependencies": {
"@types/node": "^14.14.9",
"ts-node": "^9.0.0",
"prompts": "^2.4.1",
"typescript": "^4.1.2"
},
"gitHead": "9328bcb8c71946d998486d212a2bf40a5e22f8dc"
"dependencies": {
"@gxchain2/common": "^0.0.1",
"@gxchain2/core": "^0.0.1",
"@gxchain2/rpc": "^0.0.1",
"@gxchain2/utils": "^0.0.1",
"@gxchain2/wallet": "^0.0.1",
"commander": "^6.2.1",
"inquirer": "^8.0.0"
}
}
{
"extends": "../../tsconfig.json",
"include": ["src/**/*.ts"],
"compilerOptions": {
"outDir": "./dist"
}
}
"extends": "../../tsconfig.json",
"include": ["src/**/*.ts"],
"compilerOptions": {
"rootDir": "./src",
"outDir": "./dist",
"composite": true
},
"references": [
{ "path": "../common/tsconfig.json" },
{ "path": "../core/tsconfig.json" },
{ "path": "../rpc/tsconfig.json" },
{ "path": "../utils/tsconfig.json" },
{ "path": "../wallet/tsconfig.json" }
]
}
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