Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

ton-cli

Package Overview
Dependencies
Maintainers
1
Versions
33
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

ton-cli - npm Package Compare versions

Comparing version 0.0.8 to 0.0.9

dist/commands/send.d.ts

6

dist/index.js

@@ -8,6 +8,8 @@ "use strict";

const keyNew_1 = require("./commands/keyNew");
const send_1 = require("./commands/send");
yargs_1.default.scriptName('ton-cli')
.usage('$0 <cmd> [args]')
// .command('export', 'Export key from mnemonics', () => { }, async () => {
// })
.command('send', 'Send value', () => { }, async () => {
await (0, send_1.send)();
})
.command('new-key', 'Create new key', () => { }, async () => {

@@ -14,0 +16,0 @@ await (0, keyNew_1.keyNew)();

{
"name": "ton-cli",
"version": "0.0.8",
"version": "0.0.9",
"repository": "https://github.com/ex3ndr/ton-cli.git",

@@ -35,4 +35,5 @@ "author": "Steve Korshakov <steve@korshakov.com>",

"ton": "2.3.1",
"ton-crypto": "^1.2.0",
"yargs": "^17.1.1"
}
}
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