New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@stabbleorg/anchor-contrib

Package Overview
Dependencies
Maintainers
0
Versions
69
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@stabbleorg/anchor-contrib - npm Package Compare versions

Comparing version 1.3.2 to 1.3.3

2

dist/wallet.d.ts

@@ -20,3 +20,3 @@ import { Provider } from "@coral-xyz/anchor";

createSmartTransaction(instructions: TransactionInstruction[], altAccounts: AddressLookupTableAccount[] | undefined, priorityLevel: PriorityLevel): Promise<TransactionWithBlockhash>;
sendSmartTransaction(instructions: TransactionInstruction[], signers?: Signer[], altAccounts?: AddressLookupTableAccount[], priorityLevel?: PriorityLevel, commitment?: Commitment): Promise<TransactionSignature | null>;
sendSmartTransaction(instructions: TransactionInstruction[], signers?: Signer[], altAccounts?: AddressLookupTableAccount[], priorityLevel?: PriorityLevel, commitment?: Commitment): Promise<TransactionSignature>;
}
{
"name": "@stabbleorg/anchor-contrib",
"version": "1.3.2",
"version": "1.3.3",
"main": "dist/index.js",

@@ -5,0 +5,0 @@ "types": "dist/index.d.ts",

@@ -175,6 +175,3 @@ import bs58 from "bs58";

async getPriorityFeeEstimate(
transaction: VersionedTransaction,
priorityLevel: PriorityLevel,
): Promise<number> {
async getPriorityFeeEstimate(transaction: VersionedTransaction, priorityLevel: PriorityLevel): Promise<number> {
try {

@@ -278,3 +275,3 @@ const response = await fetch(this.provider.connection.rpcEndpoint, {

commitment: Commitment = "confirmed",
): Promise<TransactionSignature|null> {
): Promise<TransactionSignature> {
const { transaction, blockhash, minContextSlot } = await this.createSmartTransaction(

@@ -281,0 +278,0 @@ instructions,

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