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

@wallet-standard/experimental-features

Package Overview
Dependencies
Maintainers
2
Versions
13
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@wallet-standard/experimental-features - npm Package Compare versions

Comparing version 0.1.0 to 0.1.1

4

lib/types/decrypt.d.ts
import type { WalletAccount } from '@wallet-standard/base';
/** TODO: docs */
export declare type DecryptFeature = {
/** Namespace for the feature. */
/** Name of the feature. */
'experimental:decrypt': {
/** Version of the feature API. */
/** Version of the feature implemented by the {@link "@wallet-standard/base".Wallet}. */
version: DecryptVersion;

@@ -8,0 +8,0 @@ /** List of ciphers supported for decryption. */

import type { WalletAccount } from '@wallet-standard/base';
/** TODO: docs */
export declare type EncryptFeature = {
/** Namespace for the feature. */
/** Name of the feature. */
'experimental:encrypt': {
/** Version of the feature API. */
/** Version of the feature implemented by the {@link "@wallet-standard/base".Wallet}. */
version: EncryptVersion;

@@ -8,0 +8,0 @@ /** List of ciphers supported for encryption. */

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

export declare type SignAndSendTransactionFeature = {
/** Namespace for the feature. */
/** Name of the feature. */
'experimental:signAndSendTransaction': {
/** Version of the feature API. */
/** Version of the feature implemented by the {@link "@wallet-standard/base".Wallet}. */
version: SignAndSendTransactionVersion;

@@ -10,0 +10,0 @@ /**

import type { WalletAccount } from '@wallet-standard/base';
/** TODO: docs */
export declare type SignMessageFeature = {
/** Namespace for the feature. */
/** Name of the feature. */
'experimental:signMessage': {
/** Version of the feature API. */
/** Version of the feature implemented by the {@link "@wallet-standard/base".Wallet}. */
version: SignMessageVersion;

@@ -8,0 +8,0 @@ /** Sign messages (arbitrary bytes) using the account's secret key. */

import type { IdentifierString, WalletAccount } from '@wallet-standard/base';
/** TODO: docs */
export declare type SignTransactionFeature = {
/** Namespace for the feature. */
/** Name of the feature. */
'experimental:signTransaction': {
/** Version of the feature API. */
/** Version of the feature implemented by the {@link "@wallet-standard/base".Wallet}. */
version: SignTransactionVersion;

@@ -8,0 +8,0 @@ /** Sign transactions using the account's secret key. */

{
"name": "@wallet-standard/experimental-features",
"version": "0.1.0",
"version": "0.1.1",
"author": "Solana Maintainers <maintainers@solana.foundation>",

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

"dependencies": {
"@wallet-standard/base": "^1.0.0"
"@wallet-standard/base": "^1.0.1"
},

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

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

export type DecryptFeature = {
/** Namespace for the feature. */
/** Name of the feature. */
'experimental:decrypt': {
/** Version of the feature API. */
/** Version of the feature implemented by the {@link "@wallet-standard/base".Wallet}. */
version: DecryptVersion;

@@ -10,0 +10,0 @@

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

export type EncryptFeature = {
/** Namespace for the feature. */
/** Name of the feature. */
'experimental:encrypt': {
/** Version of the feature API. */
/** Version of the feature implemented by the {@link "@wallet-standard/base".Wallet}. */
version: EncryptVersion;

@@ -10,0 +10,0 @@

@@ -6,5 +6,5 @@ import type { IdentifierString } from '@wallet-standard/base';

export type SignAndSendTransactionFeature = {
/** Namespace for the feature. */
/** Name of the feature. */
'experimental:signAndSendTransaction': {
/** Version of the feature API. */
/** Version of the feature implemented by the {@link "@wallet-standard/base".Wallet}. */
version: SignAndSendTransactionVersion;

@@ -11,0 +11,0 @@

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

export type SignMessageFeature = {
/** Namespace for the feature. */
/** Name of the feature. */
'experimental:signMessage': {
/** Version of the feature API. */
/** Version of the feature implemented by the {@link "@wallet-standard/base".Wallet}. */
version: SignMessageVersion;

@@ -10,0 +10,0 @@

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

export type SignTransactionFeature = {
/** Namespace for the feature. */
/** Name of the feature. */
'experimental:signTransaction': {
/** Version of the feature API. */
/** Version of the feature implemented by the {@link "@wallet-standard/base".Wallet}. */
version: SignTransactionVersion;

@@ -10,0 +10,0 @@

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