Socket
Socket
Sign inDemoInstall

@solana/actions

Package Overview
Dependencies
Maintainers
14
Versions
19
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@solana/actions - npm Package Compare versions

Comparing version 1.6.3 to 1.6.4

2

lib/types/types.d.ts
import type { PublicKey } from "@solana/web3.js";
export type { ActionError, ActionGetRequest, ActionsJson, ActionGetResponse, LinkedAction, ActionPostRequest, ActionPostResponse, ActionParameter, ActionRuleObject, SupportedProtocols, SOLANA_PAY_PROTOCOL, SOLANA_ACTIONS_PROTOCOL, } from "@solana/actions-spec";
export type { ActionError, ActionGetRequest, ActionsJson, ActionGetResponse, LinkedAction, ActionPostRequest, ActionPostResponse, ActionParameter, ActionRuleObject, SupportedProtocols, SOLANA_PAY_PROTOCOL, SOLANA_ACTIONS_PROTOCOL, NextActionPostRequest, Action, ActionParameterType, ActionParameterSelectable, ActionType, CompletedAction, NextAction, NextActionLink, PostNextActionLink, InlineNextActionLink, } from "@solana/actions-spec";
/** `reference` in the [Solana Pay spec](https://github.com/solana-labs/solana-pay/blob/master/SPEC.md#reference). */

@@ -4,0 +4,0 @@ export declare type Reference = PublicKey;

{
"name": "@solana/actions",
"version": "1.6.3",
"version": "1.6.4",
"author": "Solana Maintainers <maintainers@solana.foundation>",

@@ -5,0 +5,0 @@ "repository": "https://github.com/solana-developers/solana-actions",

@@ -17,2 +17,12 @@ import type { PublicKey } from "@solana/web3.js";

SOLANA_ACTIONS_PROTOCOL,
NextActionPostRequest,
Action,
ActionParameterType,
ActionParameterSelectable,
ActionType,
CompletedAction,
NextAction,
NextActionLink,
PostNextActionLink,
InlineNextActionLink,
} from "@solana/actions-spec";

@@ -19,0 +29,0 @@

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