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 1.0.1 to 1.0.2

3

lib/cjs/connect.js
"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
exports.Connect = void 0;
/** Name of the feature. */
exports.Connect = 'standard:connect';
//# sourceMappingURL=connect.js.map
"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
exports.Disconnect = void 0;
/** Name of the feature. */
exports.Disconnect = 'standard:disconnect';
//# sourceMappingURL=disconnect.js.map
"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
exports.Events = void 0;
/** Name of the feature. */
exports.Events = 'standard:events';
//# sourceMappingURL=events.js.map

3

lib/esm/connect.js

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

export {};
/** Name of the feature. */
export const Connect = 'standard:connect';
//# sourceMappingURL=connect.js.map

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

export {};
/** Name of the feature. */
export const Disconnect = 'standard:disconnect';
//# sourceMappingURL=disconnect.js.map

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

export {};
/** Name of the feature. */
export const Events = 'standard:events';
//# sourceMappingURL=events.js.map
import type { WalletAccount } from '@wallet-standard/base';
/** Name of the feature. */
export declare const Connect = "standard:connect";
/**

@@ -11,3 +13,3 @@ * `standard:connect` is a {@link "@wallet-standard/base".Wallet.features | feature} that may be implemented by a

/** Name of the feature. */
readonly 'standard:connect': {
readonly [Connect]: {
/** Version of the feature implemented by the Wallet. */

@@ -14,0 +16,0 @@ readonly version: ConnectVersion;

@@ -0,1 +1,3 @@

/** Name of the feature. */
export declare const Disconnect = "standard:disconnect";
/**

@@ -13,3 +15,3 @@ * `standard:disconnect` is a {@link "@wallet-standard/base".Wallet.features | feature} that may be implemented by a

/** Name of the feature. */
readonly 'standard:disconnect': {
readonly [Disconnect]: {
/** Version of the feature implemented by the Wallet. */

@@ -16,0 +18,0 @@ readonly version: DisconnectVersion;

import type { Wallet } from '@wallet-standard/base';
/** Name of the feature. */
export declare const Events = "standard:events";
/**

@@ -11,3 +13,3 @@ * `standard:events` is a {@link "@wallet-standard/base".Wallet.features | feature} that may be implemented by a

/** Name of the feature. */
readonly 'standard:events': {
readonly [Events]: {
/** Version of the feature implemented by the {@link "@wallet-standard/base".Wallet}. */

@@ -14,0 +16,0 @@ readonly version: EventsVersion;

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

@@ -5,0 +5,0 @@ "repository": "https://github.com/wallet-standard/wallet-standard",

import type { WalletAccount } from '@wallet-standard/base';
/** Name of the feature. */
export const Connect = 'standard:connect';
/**

@@ -12,3 +15,3 @@ * `standard:connect` is a {@link "@wallet-standard/base".Wallet.features | feature} that may be implemented by a

/** Name of the feature. */
readonly 'standard:connect': {
readonly [Connect]: {
/** Version of the feature implemented by the Wallet. */

@@ -15,0 +18,0 @@ readonly version: ConnectVersion;

@@ -0,1 +1,4 @@

/** Name of the feature. */
export const Disconnect = 'standard:disconnect';
/**

@@ -13,3 +16,3 @@ * `standard:disconnect` is a {@link "@wallet-standard/base".Wallet.features | feature} that may be implemented by a

/** Name of the feature. */
readonly 'standard:disconnect': {
readonly [Disconnect]: {
/** Version of the feature implemented by the Wallet. */

@@ -16,0 +19,0 @@ readonly version: DisconnectVersion;

import type { Wallet } from '@wallet-standard/base';
/** Name of the feature. */
export const Events = 'standard:events';
/**

@@ -12,3 +15,3 @@ * `standard:events` is a {@link "@wallet-standard/base".Wallet.features | feature} that may be implemented by a

/** Name of the feature. */
readonly 'standard:events': {
readonly [Events]: {
/** Version of the feature implemented by the {@link "@wallet-standard/base".Wallet}. */

@@ -15,0 +18,0 @@ readonly version: EventsVersion;

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

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