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

@saberhq/solana-contrib

Package Overview
Dependencies
Maintainers
2
Versions
181
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@saberhq/solana-contrib - npm Package Compare versions

Comparing version 1.0.0 to 1.1.1

2

dist/transaction/TransactionEnvelope.js

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

const str = t.serializeMessage().toString("base64");
return `https://explorer.solana.com/tx/inspector?cluster=${cluster}&message=${str}`;
return `https://explorer.solana.com/tx/inspector?cluster=${cluster}&message=${encodeURIComponent(str)}`;
}

@@ -38,0 +38,0 @@ /**

{
"name": "@saberhq/solana-contrib",
"version": "1.0.0",
"version": "1.1.1",
"description": "Common types and libraries for Solana",

@@ -26,3 +26,3 @@ "author": "Ian Macalinao <ian@saber.so>",

"dependencies": {
"@solana/web3.js": "^1.25.0",
"@solana/web3.js": "^1.27.0",
"@types/promise-retry": "^1.1.3",

@@ -34,3 +34,3 @@ "@types/retry": "^0.12.1",

},
"gitHead": "291bf728fdddf98789d5ca91fb33188984d922e1",
"gitHead": "4efb7cb4a2cd74cf936efb8f6b0fb8025fced491",
"publishConfig": {

@@ -37,0 +37,0 @@ "access": "public"

@@ -55,3 +55,5 @@ import type {

const str = t.serializeMessage().toString("base64");
return `https://explorer.solana.com/tx/inspector?cluster=${cluster}&message=${str}`;
return `https://explorer.solana.com/tx/inspector?cluster=${cluster}&message=${encodeURIComponent(
str
)}`;
}

@@ -58,0 +60,0 @@

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