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

@wallet-standard/features

Package Overview
Dependencies
Maintainers
2
Versions
20
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@wallet-standard/features - npm Package Compare versions

Comparing version 0.1.0-alpha.4 to 1.0.0-rc.0

2

lib/types/connect.d.ts

@@ -1,2 +0,2 @@

import type { WalletAccount } from '@wallet-standard/standard';
import type { WalletAccount } from '@wallet-standard/base';
/** TODO: docs */

@@ -3,0 +3,0 @@ export declare type ConnectFeature = {

@@ -1,2 +0,2 @@

import type { Wallet } from '@wallet-standard/standard';
import type { Wallet } from '@wallet-standard/base';
/** TODO: docs */

@@ -3,0 +3,0 @@ export declare type EventsFeature = {

@@ -1,2 +0,2 @@

import type { WalletWithFeatures } from '@wallet-standard/standard';
import type { WalletWithFeatures } from '@wallet-standard/base';
import type { ConnectFeature } from './connect.js';

@@ -3,0 +3,0 @@ import type { DisconnectFeature } from './disconnect.js';

@@ -1,2 +0,2 @@

import type { IdentifierString } from '@wallet-standard/standard';
import type { IdentifierString } from '@wallet-standard/base';
import type { SignTransactionInput } from './signTransaction.js';

@@ -3,0 +3,0 @@ /** TODO: docs */

@@ -1,2 +0,2 @@

import type { WalletAccount } from '@wallet-standard/standard';
import type { WalletAccount } from '@wallet-standard/base';
/** TODO: docs */

@@ -3,0 +3,0 @@ export declare type SignMessageFeature = {

@@ -1,2 +0,2 @@

import type { IdentifierString, WalletAccount } from '@wallet-standard/standard';
import type { IdentifierString, WalletAccount } from '@wallet-standard/base';
/** TODO: docs */

@@ -3,0 +3,0 @@ export declare type SignTransactionFeature = {

{
"name": "@wallet-standard/features",
"version": "0.1.0-alpha.4",
"version": "1.0.0-rc.0",
"author": "Solana Maintainers <maintainers@solana.foundation>",

@@ -26,3 +26,3 @@ "repository": "https://github.com/wallet-standard/wallet-standard",

"dependencies": {
"@wallet-standard/standard": "^0.1.0-alpha.5"
"@wallet-standard/base": "^1.0.0-rc.0"
},

@@ -29,0 +29,0 @@ "devDependencies": {

@@ -1,2 +0,2 @@

import type { WalletAccount } from '@wallet-standard/standard';
import type { WalletAccount } from '@wallet-standard/base';

@@ -7,3 +7,2 @@ /** TODO: docs */

'standard:connect': {
// TODO: think about removing feature versions
/** Version of the feature API. */

@@ -10,0 +9,0 @@ version: ConnectVersion;

@@ -10,3 +10,2 @@ /**

'standard:disconnect': {
// TODO: think about removing feature versions
/** Version of the feature API. */

@@ -13,0 +12,0 @@ version: DisconnectVersion;

@@ -1,2 +0,2 @@

import type { Wallet } from '@wallet-standard/standard';
import type { Wallet } from '@wallet-standard/base';

@@ -3,0 +3,0 @@ /** TODO: docs */

@@ -1,2 +0,2 @@

import type { WalletWithFeatures } from '@wallet-standard/standard';
import type { WalletWithFeatures } from '@wallet-standard/base';
import type { ConnectFeature } from './connect.js';

@@ -3,0 +3,0 @@ import type { DisconnectFeature } from './disconnect.js';

@@ -1,2 +0,2 @@

import type { IdentifierString } from '@wallet-standard/standard';
import type { IdentifierString } from '@wallet-standard/base';
import type { SignTransactionInput } from './signTransaction.js';

@@ -11,3 +11,2 @@

// TODO: decide if signAndSendTransaction makes sense for multiple transactions
/**

@@ -14,0 +13,0 @@ * Sign transactions using the account's secret key and send them to the chain.

@@ -1,2 +0,2 @@

import type { WalletAccount } from '@wallet-standard/standard';
import type { WalletAccount } from '@wallet-standard/base';

@@ -3,0 +3,0 @@ /** TODO: docs */

@@ -1,2 +0,2 @@

import type { IdentifierString, WalletAccount } from '@wallet-standard/standard';
import type { IdentifierString, WalletAccount } from '@wallet-standard/base';

@@ -29,3 +29,2 @@ /** TODO: docs */

// TODO: decide if chain argument makes sense for multiple transactions
/** Chain to use. */

@@ -32,0 +31,0 @@ chain?: IdentifierString;

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

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