Socket
Socket
Sign inDemoInstall

@solana/pay

Package Overview
Dependencies
Maintainers
13
Versions
20
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@solana/pay - npm Package Compare versions

Comparing version 0.2.4 to 0.2.5

2

lib/cjs/validateTransfer.js

@@ -54,3 +54,3 @@ "use strict";

}
// Deserialize the transaction and make a copy of the instructions we're going to mutate it.
// Deserialize the transaction and make a copy of the instructions we're going to validate.
const transaction = web3_js_1.Transaction.populate(message, signatures);

@@ -57,0 +57,0 @@ const instructions = transaction.instructions.slice();

@@ -37,3 +37,3 @@ import { decodeInstruction, getAssociatedTokenAddress, isTransferCheckedInstruction, isTransferInstruction, } from '@solana/spl-token';

}
// Deserialize the transaction and make a copy of the instructions we're going to mutate it.
// Deserialize the transaction and make a copy of the instructions we're going to validate.
const transaction = Transaction.populate(message, signatures);

@@ -40,0 +40,0 @@ const instructions = transaction.instructions.slice();

{
"name": "@solana/pay",
"version": "0.2.4",
"version": "0.2.5",
"author": "Solana Maintainers <maintainers@solana.foundation>",

@@ -48,3 +48,3 @@ "repository": "https://github.com/solana-labs/solana-pay",

"dependencies": {
"@solana/qr-code-styling": "^1.6.0-beta.0",
"@solana/qr-code-styling": "^1.6.0",
"@solana/spl-token": "^0.3.5",

@@ -82,2 +82,2 @@ "@solana/web3.js": "^1.61.0",

}
}
}

@@ -72,3 +72,3 @@ import {

// Deserialize the transaction and make a copy of the instructions we're going to mutate it.
// Deserialize the transaction and make a copy of the instructions we're going to validate.
const transaction = Transaction.populate(message, signatures);

@@ -75,0 +75,0 @@ const instructions = transaction.instructions.slice();

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