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

ton

Package Overview
Dependencies
Maintainers
3
Versions
179
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

ton - npm Package Compare versions

Comparing version 4.0.0 to 4.1.0

1

dist/client/TonClient.d.ts

@@ -107,2 +107,3 @@ /// <reference types="bn.js" />

password?: Maybe<string>;
type?: Maybe<WalletContractType>;
}): Promise<{

@@ -109,0 +110,0 @@ mnemonic: string[];

3

dist/client/TonClient.js

@@ -143,3 +143,4 @@ "use strict";

let key = await (0, ton_crypto_1.mnemonicToWalletKey)(mnemonic, args.password);
let wallet = await Wallet_1.Wallet.openDefault(this, args.workchain, key.secretKey);
let kind = args.type || 'org.ton.wallets.v3';
let wallet = await Wallet_1.Wallet.openByType(this, args.workchain, key.secretKey, kind);
return {

@@ -146,0 +147,0 @@ mnemonic,

{
"name": "ton",
"version": "4.0.0",
"version": "4.1.0",
"repository": "https://github.com/ex3ndr/ton.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