🚀 Socket Launch Week Day 5:Introducing Repository Access Permissions and Custom Roles.Learn more
Sign In

@tonconnect/sdk

Package Overview
Dependencies
Maintainers
4
Versions
111
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@tonconnect/sdk - npm Package Compare versions

Comparing version
3.4.0-beta.5
to
3.4.0-beta.6
+15
-1
lib/types/index.d.ts

@@ -23,2 +23,11 @@ export declare interface Account {

export declare type AnalyticsMode = 'off' | 'telemetry' | 'full';
export declare interface AnalyticsSettings {
/**
* @default 'telemetry'
*/
mode?: AnalyticsMode;
}
/**

@@ -1045,3 +1054,3 @@ * Requested authentication type: 'ton_addr' or 'ton_proof'.

private readonly walletsList;
private readonly analytics?;
private analytics?;
private readonly environment;

@@ -1150,2 +1159,3 @@ private readonly dappSettings;

private addWindowFocusAndBlurSubscriptions;
private initAnalytics;
private createProvider;

@@ -1213,2 +1223,6 @@ private walletEventsListener;

environment?: IEnvironment;
/**
* Analytics configuration.
*/
analytics?: AnalyticsSettings;
}

@@ -1215,0 +1229,0 @@

+3
-3
{
"name": "@tonconnect/sdk",
"version": "3.4.0-beta.5",
"version": "3.4.0-beta.6",
"repository": {

@@ -24,4 +24,4 @@ "type": "git",

"@tonconnect/isomorphic-eventsource": "0.0.2",
"@tonconnect/isomorphic-fetch": "0.0.3",
"@tonconnect/protocol": "2.4.0-beta.0"
"@tonconnect/protocol": "2.4.0-beta.0",
"@tonconnect/isomorphic-fetch": "0.0.3"
},

@@ -28,0 +28,0 @@ "files": [

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is too big to display