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

@meshsdk/core

Package Overview
Dependencies
Maintainers
3
Versions
106
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@meshsdk/core - npm Package Compare versions

Comparing version 1.5.16-beta to 1.5.16-beta-2

6

dist/wallet/browser.service.d.ts

@@ -50,2 +50,6 @@ import { IInitiator, ISigner, ISubmitter } from '@mesh/common/contracts';

};
declare type TransactionSignatureRequest = {
cbor: string;
partialSign: boolean;
};
declare type WalletInstance = {

@@ -67,4 +71,4 @@ experimental: ExperimentalFeatures;

getCollateral(): Promise<string[] | undefined>;
signTxs(txs: string[], partialSign: boolean): Promise<string[]>;
signTxs(txs: TransactionSignatureRequest[]): Promise<string[]>;
};
export {};

2

package.json

@@ -6,3 +6,3 @@ {

"author": "MeshJS",
"version": "1.5.16-beta",
"version": "1.5.16-beta-2",
"license": "Apache-2.0",

@@ -9,0 +9,0 @@ "type": "module",

Sorry, the diff of this file is not supported yet

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

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