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.6 to 0.0.7

2

dist/commands/keyNew.js

@@ -23,3 +23,3 @@ "use strict";

console.log('Mnemonics: ' + wallet.mnemonic.join(' '));
fs_1.default.writeFileSync(name + '.addr', wallet.wallet.address.toFriendlyBuffer());
fs_1.default.writeFileSync(name + '.addr', wallet.wallet.address.toBuffer());
fs_1.default.writeFileSync(name + '.backup', wallet.mnemonic.join(' '), 'utf-8');

@@ -26,0 +26,0 @@ fs_1.default.writeFileSync(name + '.pk', wallet.key.secretKey.slice(0, 32));

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

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

"prompt": "^1.2.0",
"ton": "2.2.0",
"ton": "2.3.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