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

@stacks/connect

Package Overview
Dependencies
Maintainers
4
Versions
703
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@stacks/connect - npm Package Compare versions

Comparing version 7.5.1-alpha.299998.0 to 7.5.1-alpha.31c0272.0

20

dist/types/ui.d.ts

@@ -8,19 +8,19 @@ import { WebBTCProvider } from '@stacks/connect-ui';

/** A wrapper for selecting a wallet (if none is selected) and then calling the {@link authenticate} action. */
export declare const showConnect: (o: AuthOptions, p?: StacksProvider) => any;
export declare const showConnect: (options: AuthOptions, provider?: StacksProvider) => any;
/** A wrapper for selecting a wallet (if none is selected) and then calling the {@link openSTXTransfer} action. */
export declare const showSTXTransfer: (o: STXTransferOptions, p?: StacksProvider) => any;
export declare const showSTXTransfer: (options: STXTransferOptions, provider?: StacksProvider) => any;
/** A wrapper for selecting a wallet (if none is selected) and then calling the {@link openContractCall} action. */
export declare const showContractCall: (o: ContractCallOptions, p?: StacksProvider) => any;
export declare const showContractCall: (options: ContractCallOptions, provider?: StacksProvider) => any;
/** A wrapper for selecting a wallet (if none is selected) and then calling the {@link openContractDeploy} action. */
export declare const showContractDeploy: (o: ContractDeployOptions, p?: StacksProvider) => any;
export declare const showContractDeploy: (options: ContractDeployOptions, provider?: StacksProvider) => any;
/** A wrapper for selecting a wallet (if none is selected) and then calling the {@link openSignTransaction} action. */
export declare const showSignTransaction: (o: import("./types").SignTransactionOptionBase, p?: StacksProvider) => any;
export declare const showSignTransaction: (options: import("./types").SignTransactionOptionBase, provider?: StacksProvider) => any;
/** A wrapper for selecting a wallet (if none is selected) and then calling the {@link openPsbtRequestPopup} action. */
export declare const showPsbt: (o: PsbtRequestOptions, p?: StacksProvider) => any;
export declare const showPsbt: (options: PsbtRequestOptions, provider?: StacksProvider) => any;
/** A wrapper for selecting a wallet (if none is selected) and then calling the {@link openProfileUpdateRequestPopup} action. */
export declare const showProfileUpdate: (o: ProfileUpdateRequestOptions, p?: StacksProvider) => any;
export declare const showProfileUpdate: (options: ProfileUpdateRequestOptions, provider?: StacksProvider) => any;
/** A wrapper for selecting a wallet (if none is selected) and then calling the {@link openSignatureRequestPopup} action. */
export declare const showSignMessage: (o: SignatureRequestOptions, p?: StacksProvider) => any;
export declare const showSignMessage: (options: SignatureRequestOptions, provider?: StacksProvider) => any;
/** A wrapper for selecting a wallet (if none is selected) and then calling the {@link openStructuredDataSignatureRequestPopup} action. */
export declare const showSignStructuredMessage: (o: StructuredDataSignatureRequestOptions, p?: StacksProvider) => any;
export declare const showSignStructuredMessage: (options: StructuredDataSignatureRequestOptions, provider?: StacksProvider) => any;
/** Disconnect selected wallet. Alias for {@link clearSelectedProviderId} */

@@ -31,2 +31,2 @@ export declare const disconnect: () => void;

*/
export declare const showBlockstackConnect: (o: AuthOptions, p?: StacksProvider) => any;
export declare const showBlockstackConnect: (options: AuthOptions, provider?: StacksProvider) => any;
{
"name": "@stacks/connect",
"version": "7.5.1-alpha.0299998.0",
"version": "7.5.1-alpha.31c0272.0",
"license": "MIT",

@@ -15,3 +15,3 @@ "scripts": {

"@stacks/auth": "^6.1.1",
"@stacks/connect-ui": "^6.2.1-alpha.0299998.0",
"@stacks/connect-ui": "^6.2.1-alpha.31c0272.0",
"@stacks/network": "^6.1.1",

@@ -59,3 +59,3 @@ "@stacks/profile": "^6.1.1",

},
"gitHead": "e33988ab825ede9127c4e6d6121f7b20f00e49c4"
"gitHead": "120bbc93e286a194ef80167cfc4af383b9b2368d"
}

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

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