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

@solana/actions

Package Overview
Dependencies
Maintainers
14
Versions
21
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.0.3 to 1.1.0

2

lib/types/types.d.ts

@@ -80,3 +80,3 @@ import type { PublicKey } from "@solana/web3.js";

/** parameters used to accept user input within an action */
parameters?: [ActionParameter];
parameters?: ActionParameter[];
}

@@ -83,0 +83,0 @@ /**

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

@@ -47,3 +47,3 @@ "repository": "https://github.com/solana-developers/solana-actions",

"docs": "shx rm -rf docs && typedoc && shx cp .nojekyll docs/",
"deploy:docs": "npm run docs && gh-pages --dist token/js --dotfiles"
"deploy:docs": "npm run docs && gh-pages --dist docs/ --dotfiles"
},

@@ -50,0 +50,0 @@ "dependencies": {

@@ -11,3 +11,6 @@ # Solana Actions and Blockchain Links (Blinks)

[`@solana/actions` SDK on NPM](https://www.npmjs.com/package/@solana/actions)
- `@solana/actions` SDK on NPM:
- https://www.npmjs.com/package/@solana/actions
- Typedocs for the `@solana/actions` SDK:
- https://solana-developers.github.io/solana-actions/

@@ -14,0 +17,0 @@ ## Developer resources

@@ -100,3 +100,3 @@ import type { PublicKey } from "@solana/web3.js";

/** parameters used to accept user input within an action */
parameters?: [ActionParameter];
parameters?: ActionParameter[];
}

@@ -103,0 +103,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