New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.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.5 to 0.0.6

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.toFriendly(), 'utf-8');
fs_1.default.writeFileSync(name + '.addr', wallet.wallet.address.toFriendlyBuffer());
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.5",
"version": "0.0.6",
"repository": "https://github.com/ex3ndr/ton-cli.git",

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

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