Socket
Socket
Sign inDemoInstall

@solana/rpc-core

Package Overview
Dependencies
Maintainers
14
Versions
456
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@solana/rpc-core - npm Package Compare versions

Comparing version 2.0.0-experimental.a293578 to 2.0.0-experimental.a344eae

2

dist/types/response-patcher-allowed-numeric-values.d.ts

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

import { IRpcSubscriptionsApi } from '@solana/rpc-transport/dist/types/json-rpc-types';
import type { IRpcSubscriptionsApi } from '@solana/rpc-transport';
import { KeyPath } from './response-patcher';

@@ -3,0 +3,0 @@ import { createSolanaRpcApi } from './rpc-methods';

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

import { IRpcApi } from '@solana/rpc-transport/dist/types/json-rpc-types';
import type { IRpcApi } from '@solana/rpc-transport';
import { GetAccountInfoApi } from './getAccountInfo';

@@ -60,3 +60,4 @@ import { GetBalanceApi } from './getBalance';

export declare function createSolanaRpcApi(config?: Config): IRpcApi<SolanaRpcMethods>;
export {};
export type { GetAccountInfoApi, GetBlockApi, GetProgramAccountsApi, GetSignatureStatusesApi, GetTransactionApi, RequestAirdropApi, SendTransactionApi, };
export type { Base64EncodedDataResponse, DataSlice, GetProgramAccountsDatasizeFilter, GetProgramAccountsMemcmpFilter, Slot, } from './common';
//# sourceMappingURL=index.d.ts.map

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

import { IRpcSubscriptionsApi } from '@solana/rpc-transport/dist/types/json-rpc-types';
import type { IRpcSubscriptionsApi } from '@solana/rpc-transport';
import { AccountNotificationsApi } from './account-notifications';

@@ -18,3 +18,3 @@ import { BlockNotificationsApi } from './block-notifications';

export declare function createSolanaRpcSubscriptionsApi_UNSTABLE(config?: Config): IRpcSubscriptionsApi<SolanaRpcSubscriptions & SolanaRpcSubscriptionsUnstable>;
export {};
export type { AccountNotificationsApi, SignatureNotificationsApi, SlotNotificationsApi };
//# sourceMappingURL=index.d.ts.map
{
"name": "@solana/rpc-core",
"version": "2.0.0-experimental.a293578",
"version": "2.0.0-experimental.a344eae",
"description": "A library for making calls to the Solana JSON RPC API",

@@ -63,13 +63,13 @@ "exports": {

"jest-runner-prettier": "^1.0.0",
"prettier": "^2.8",
"prettier": "^3.1",
"tsup": "^8.0.1",
"typescript": "^5.2.2",
"version-from-git": "^1.1.1",
"@solana/addresses": "2.0.0-experimental.a293578",
"@solana/codecs-strings": "2.0.0-experimental.a293578",
"@solana/codecs-core": "2.0.0-experimental.a293578",
"@solana/keys": "2.0.0-experimental.a293578",
"@solana/rpc-types": "2.0.0-experimental.a293578",
"@solana/rpc-transport": "2.0.0-experimental.a293578",
"@solana/transactions": "2.0.0-experimental.a293578",
"@solana/codecs-core": "2.0.0-experimental.a344eae",
"@solana/codecs-strings": "2.0.0-experimental.a344eae",
"@solana/keys": "2.0.0-experimental.a344eae",
"@solana/rpc-transport": "2.0.0-experimental.a344eae",
"@solana/addresses": "2.0.0-experimental.a344eae",
"@solana/rpc-types": "2.0.0-experimental.a344eae",
"@solana/transactions": "2.0.0-experimental.a344eae",
"build-scripts": "0.0.0",

@@ -76,0 +76,0 @@ "test-config": "0.0.0",

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