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

@solana/rpc

Package Overview
Dependencies
Maintainers
14
Versions
891
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.1.0-canary-20241126104400 to 2.1.0-canary-20241126223728

20

package.json
{
"name": "@solana/rpc",
"version": "2.1.0-canary-20241126104400",
"version": "2.1.0-canary-20241126223728",
"description": "A library for sending JSON RPC requests to Solana RPCs",

@@ -57,11 +57,11 @@ "exports": {

"dependencies": {
"@solana/errors": "2.1.0-canary-20241126104400",
"@solana/fast-stable-stringify": "2.1.0-canary-20241126104400",
"@solana/functional": "2.1.0-canary-20241126104400",
"@solana/rpc-spec": "2.1.0-canary-20241126104400",
"@solana/rpc-api": "2.1.0-canary-20241126104400",
"@solana/rpc-spec-types": "2.1.0-canary-20241126104400",
"@solana/rpc-transformers": "2.1.0-canary-20241126104400",
"@solana/rpc-transport-http": "2.1.0-canary-20241126104400",
"@solana/rpc-types": "2.1.0-canary-20241126104400"
"@solana/functional": "2.1.0-canary-20241126223728",
"@solana/rpc-spec": "2.1.0-canary-20241126223728",
"@solana/rpc-api": "2.1.0-canary-20241126223728",
"@solana/fast-stable-stringify": "2.1.0-canary-20241126223728",
"@solana/errors": "2.1.0-canary-20241126223728",
"@solana/rpc-transformers": "2.1.0-canary-20241126223728",
"@solana/rpc-spec-types": "2.1.0-canary-20241126223728",
"@solana/rpc-transport-http": "2.1.0-canary-20241126223728",
"@solana/rpc-types": "2.1.0-canary-20241126223728"
},

@@ -68,0 +68,0 @@ "peerDependencies": {

@@ -8,9 +8,9 @@ [![npm][npm-image]][npm-url]

[code-style-prettier-url]: https://github.com/prettier/prettier
[npm-downloads-image]: https://img.shields.io/npm/dm/@solana/rpc/rc.svg?style=flat
[npm-image]: https://img.shields.io/npm/v/@solana/rpc/rc.svg?style=flat
[npm-url]: https://www.npmjs.com/package/@solana/rpc/v/rc
[npm-downloads-image]: https://img.shields.io/npm/dm/@solana/rpc/next.svg?style=flat
[npm-image]: https://img.shields.io/npm/v/@solana/rpc/next.svg?style=flat
[npm-url]: https://www.npmjs.com/package/@solana/rpc/v/next
# @solana/rpc
This package contains utilities for creating objects that you can use to communicate with a Solana JSON RPC server. It can be used standalone, but it is also exported as part of the Solana JavaScript SDK [`@solana/web3.js@rc`](https://github.com/solana-labs/solana-web3.js/tree/master/packages/library).
This package contains utilities for creating objects that you can use to communicate with a Solana JSON RPC server. It can be used standalone, but it is also exported as part of the Solana JavaScript SDK [`@solana/web3.js@next`](https://github.com/solana-labs/solana-web3.js/tree/master/packages/library).

@@ -17,0 +17,0 @@ Unless you plan to create a custom RPC interface, you can use the [`createSolanaRpc(clusterUrl)`](#createsolanarpcclusterurl-config) function to obtain a default implementation of the [Solana JSON RPC API](https://solana.com/docs/rpc/http).

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