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

@tonconnect/protocol

Package Overview
Dependencies
Maintainers
3
Versions
36
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@tonconnect/protocol - npm Package Compare versions

Comparing version 0.0.2 to 0.0.3

3

lib/models/wallet-message/wallet-event/connect-event.d.ts

@@ -20,3 +20,4 @@ import { CHAIN } from '../../CHAIN';

UNKNOWN_ERROR = 0,
USER_REJECTS_ERROR = 1
USER_REJECTS_ERROR = 1,
AUTO_CONNECT_UNKNOWN_APP_ERROR = 2
}

@@ -23,0 +24,0 @@ export declare type ConnectItemReply = TonAddressItemReply | TonProofItemReply;

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

CONNECT_EVENT_ERROR_CODES[CONNECT_EVENT_ERROR_CODES["USER_REJECTS_ERROR"] = 1] = "USER_REJECTS_ERROR";
CONNECT_EVENT_ERROR_CODES[CONNECT_EVENT_ERROR_CODES["AUTO_CONNECT_UNKNOWN_APP_ERROR"] = 2] = "AUTO_CONNECT_UNKNOWN_APP_ERROR";
})(CONNECT_EVENT_ERROR_CODES = exports.CONNECT_EVENT_ERROR_CODES || (exports.CONNECT_EVENT_ERROR_CODES = {}));
//# sourceMappingURL=connect-event.js.map
{
"name": "@tonconnect/protocol",
"version": "0.0.2",
"version": "0.0.3",
"repository": {

@@ -5,0 +5,0 @@ "type": "git",

Sorry, the diff of this file is not supported yet

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