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

@broxus/ever-wallet-wasm

Package Overview
Dependencies
Maintainers
5
Versions
20
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@broxus/ever-wallet-wasm - npm Package Compare versions

Comparing version 0.1.26 to 0.1.27

12

ever_wallet_wasm.d.ts

@@ -896,2 +896,10 @@ /* tslint:disable */

export type NetworkDescription = {
globalId: number,
capabilities: string,
signatureId: number | undefined,
};
export type TonWalletInitData = {

@@ -1571,5 +1579,5 @@ publicKey: string,

/**
* @returns {Promise<number | undefined>}
* @returns {Promise<NetworkDescription>}
*/
getSignatureId(): Promise<number | undefined>;
getNetworkDescription(): Promise<NetworkDescription>;
/**

@@ -1576,0 +1584,0 @@ * @param {string} address

5

package.json

@@ -7,3 +7,3 @@ {

"description": "Nekoton bindings for WASM",
"version": "0.1.26",
"version": "0.1.27",
"license": "SEE LICENSE IN LICENSE",

@@ -22,4 +22,3 @@ "repository": {

"types": "ever_wallet_wasm.d.ts",
"sideEffects": false,
"private": false
"sideEffects": false
}

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

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