Socket
Socket
Sign inDemoInstall

@solana/transaction-confirmation

Package Overview
Dependencies
Maintainers
15
Versions
689
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@solana/transaction-confirmation - npm Package Compare versions

Comparing version 2.0.0-experimental.2df278c to 2.0.0-experimental.2e0ae95

6

dist/index.browser.js

@@ -1,2 +0,2 @@

import { SOLANA_ERROR__BLOCK_HEIGHT_EXCEEDED, SolanaError, SOLANA_ERROR__NONCE_INVALID, SOLANA_ERROR__NONCE_ACCOUNT_NOT_FOUND } from '@solana/errors';
import { SOLANA_ERROR__BLOCK_HEIGHT_EXCEEDED, SolanaError, SOLANA_ERROR__NONCE_INVALID, SOLANA_ERROR__NONCE_ACCOUNT_NOT_FOUND, getSolanaErrorFromTransactionError } from '@solana/errors';
import { getBase58Decoder, getBase64Encoder } from '@solana/codecs-strings';

@@ -143,5 +143,3 @@ import { commitmentComparator } from '@solana/rpc-types';

if (signatureStatusNotification.value.err) {
throw new Error(`The transaction with signature \`${signature}\` failed.`, {
cause: signatureStatusNotification.value.err
});
throw getSolanaErrorFromTransactionError(signatureStatusNotification.value.err);
} else {

@@ -148,0 +146,0 @@ return;

@@ -1,2 +0,2 @@

import { SOLANA_ERROR__BLOCK_HEIGHT_EXCEEDED, SolanaError, SOLANA_ERROR__NONCE_INVALID, SOLANA_ERROR__NONCE_ACCOUNT_NOT_FOUND } from '@solana/errors';
import { SOLANA_ERROR__BLOCK_HEIGHT_EXCEEDED, SolanaError, SOLANA_ERROR__NONCE_INVALID, SOLANA_ERROR__NONCE_ACCOUNT_NOT_FOUND, getSolanaErrorFromTransactionError } from '@solana/errors';
import { getBase58Decoder, getBase64Encoder } from '@solana/codecs-strings';

@@ -143,5 +143,3 @@ import { commitmentComparator } from '@solana/rpc-types';

if (signatureStatusNotification.value.err) {
throw new Error(`The transaction with signature \`${signature}\` failed.`, {
cause: signatureStatusNotification.value.err
});
throw getSolanaErrorFromTransactionError(signatureStatusNotification.value.err);
} else {

@@ -148,0 +146,0 @@ return;

@@ -1,2 +0,2 @@

import { SOLANA_ERROR__BLOCK_HEIGHT_EXCEEDED, SolanaError, SOLANA_ERROR__NONCE_INVALID, SOLANA_ERROR__NONCE_ACCOUNT_NOT_FOUND } from '@solana/errors';
import { SOLANA_ERROR__BLOCK_HEIGHT_EXCEEDED, SolanaError, SOLANA_ERROR__NONCE_INVALID, SOLANA_ERROR__NONCE_ACCOUNT_NOT_FOUND, getSolanaErrorFromTransactionError } from '@solana/errors';
import { getBase58Decoder, getBase64Encoder } from '@solana/codecs-strings';

@@ -143,5 +143,3 @@ import { commitmentComparator } from '@solana/rpc-types';

if (signatureStatusNotification.value.err) {
throw new Error(`The transaction with signature \`${signature}\` failed.`, {
cause: signatureStatusNotification.value.err
});
throw getSolanaErrorFromTransactionError(signatureStatusNotification.value.err);
} else {

@@ -148,0 +146,0 @@ return;

{
"name": "@solana/transaction-confirmation",
"version": "2.0.0-experimental.2df278c",
"version": "2.0.0-experimental.2e0ae95",
"description": "Helpers for confirming Solana transactions",

@@ -52,10 +52,10 @@ "exports": {

"dependencies": {
"@solana/addresses": "2.0.0-experimental.2df278c",
"@solana/codecs-strings": "2.0.0-experimental.2df278c",
"@solana/errors": "2.0.0-experimental.2df278c",
"@solana/keys": "2.0.0-experimental.2df278c",
"@solana/rpc": "2.0.0-experimental.2df278c",
"@solana/rpc-subscriptions": "2.0.0-experimental.2df278c",
"@solana/rpc-types": "2.0.0-experimental.2df278c",
"@solana/transactions": "2.0.0-experimental.2df278c"
"@solana/addresses": "2.0.0-experimental.2e0ae95",
"@solana/codecs-strings": "2.0.0-experimental.2e0ae95",
"@solana/errors": "2.0.0-experimental.2e0ae95",
"@solana/rpc": "2.0.0-experimental.2e0ae95",
"@solana/keys": "2.0.0-experimental.2e0ae95",
"@solana/rpc-subscriptions": "2.0.0-experimental.2e0ae95",
"@solana/rpc-types": "2.0.0-experimental.2e0ae95",
"@solana/transactions": "2.0.0-experimental.2e0ae95"
},

@@ -62,0 +62,0 @@ "bundlewatch": {

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

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

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