Socket
Socket
Sign inDemoInstall

@solana/rpc

Package Overview
Dependencies
Maintainers
15
Versions
751
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@solana/rpc - npm Package Compare versions

Comparing version 2.0.0-experimental.16f8db8 to 2.0.0-experimental.19341fc

6

dist/types/rpc-transport.d.ts
import { createHttpTransport } from '@solana/rpc-transport-http';
import type { ClusterUrl } from '@solana/rpc-types';
import { RpcTransportFromClusterUrl } from './rpc-clusters.js';
type Config<TClusterUrl extends ClusterUrl> = Readonly<{
headers?: Parameters<typeof createHttpTransport>[0]['headers'];
type RpcTransportConfig = Parameters<typeof createHttpTransport>[0];
interface Config<TClusterUrl extends ClusterUrl> extends RpcTransportConfig {
url: TClusterUrl;
}>;
}
export declare function createDefaultRpcTransport<TClusterUrl extends ClusterUrl>(config: Config<TClusterUrl>): RpcTransportFromClusterUrl<TClusterUrl>;
export {};
//# sourceMappingURL=rpc-transport.d.ts.map
{
"name": "@solana/rpc",
"version": "2.0.0-experimental.16f8db8",
"version": "2.0.0-experimental.19341fc",
"description": "A library for sending JSON RPC requests to Solana RPCs",

@@ -50,9 +50,9 @@ "exports": {

"fast-stable-stringify": "^1.0.0",
"@solana/errors": "2.0.0-experimental.16f8db8",
"@solana/rpc-api": "2.0.0-experimental.16f8db8",
"@solana/functional": "2.0.0-experimental.16f8db8",
"@solana/rpc-spec": "2.0.0-experimental.16f8db8",
"@solana/rpc-transformers": "2.0.0-experimental.16f8db8",
"@solana/rpc-transport-http": "2.0.0-experimental.16f8db8",
"@solana/rpc-types": "2.0.0-experimental.16f8db8"
"@solana/errors": "2.0.0-experimental.19341fc",
"@solana/functional": "2.0.0-experimental.19341fc",
"@solana/rpc-api": "2.0.0-experimental.19341fc",
"@solana/rpc-spec": "2.0.0-experimental.19341fc",
"@solana/rpc-transformers": "2.0.0-experimental.19341fc",
"@solana/rpc-transport-http": "2.0.0-experimental.19341fc",
"@solana/rpc-types": "2.0.0-experimental.19341fc"
},

@@ -59,0 +59,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

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