Socket
Socket
Sign inDemoInstall

@solana/actions

Package Overview
Dependencies
Maintainers
0
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.0.2 to 1.0.3

3

lib/cjs/actionIdentity.js

@@ -23,4 +23,3 @@ "use strict";

separator: ":",
protocol: "nick",
// protocol: SOLANA_ACTIONS_PROTOCOL.replace(':', ''),
protocol: constants_1.SOLANA_ACTIONS_PROTOCOL.replace(":", ""),
/** avoids magic numbers */

@@ -27,0 +26,0 @@ scheme: {

import { Keypair, PublicKey, TransactionInstruction, } from "@solana/web3.js";
import nacl from "tweetnacl";
import { MEMO_PROGRAM_ID } from "./constants";
import { MEMO_PROGRAM_ID, SOLANA_ACTIONS_PROTOCOL } from "./constants";
import bs58 from "bs58";

@@ -8,4 +8,3 @@ import { findReference } from "./findReference";

separator: ":",
protocol: "nick",
// protocol: SOLANA_ACTIONS_PROTOCOL.replace(':', ''),
protocol: SOLANA_ACTIONS_PROTOCOL.replace(":", ""),
/** avoids magic numbers */

@@ -12,0 +11,0 @@ scheme: {

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

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

@@ -17,4 +17,3 @@ import {

separator: ":",
protocol: "nick",
// protocol: SOLANA_ACTIONS_PROTOCOL.replace(':', ''),
protocol: SOLANA_ACTIONS_PROTOCOL.replace(":", ""),
/** avoids magic numbers */

@@ -21,0 +20,0 @@ scheme: {

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