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

@solana/rpc-api

Package Overview
Dependencies
Maintainers
14
Versions
896
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@solana/rpc-api - npm Package Compare versions

Comparing version 2.1.0-canary-20241126104400 to 2.1.0-canary-20241126223728

24

package.json
{
"name": "@solana/rpc-api",
"version": "2.1.0-canary-20241126104400",
"version": "2.1.0-canary-20241126223728",
"description": "Defines all default Solana RPC methods as types",

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

"dependencies": {
"@solana/addresses": "2.1.0-canary-20241126104400",
"@solana/codecs-core": "2.1.0-canary-20241126104400",
"@solana/codecs-strings": "2.1.0-canary-20241126104400",
"@solana/errors": "2.1.0-canary-20241126104400",
"@solana/keys": "2.1.0-canary-20241126104400",
"@solana/rpc-parsed-types": "2.1.0-canary-20241126104400",
"@solana/rpc-spec": "2.1.0-canary-20241126104400",
"@solana/rpc-transformers": "2.1.0-canary-20241126104400",
"@solana/rpc-types": "2.1.0-canary-20241126104400",
"@solana/transaction-messages": "2.1.0-canary-20241126104400",
"@solana/transactions": "2.1.0-canary-20241126104400"
"@solana/addresses": "2.1.0-canary-20241126223728",
"@solana/codecs-strings": "2.1.0-canary-20241126223728",
"@solana/codecs-core": "2.1.0-canary-20241126223728",
"@solana/errors": "2.1.0-canary-20241126223728",
"@solana/keys": "2.1.0-canary-20241126223728",
"@solana/rpc-parsed-types": "2.1.0-canary-20241126223728",
"@solana/rpc-transformers": "2.1.0-canary-20241126223728",
"@solana/rpc-spec": "2.1.0-canary-20241126223728",
"@solana/rpc-types": "2.1.0-canary-20241126223728",
"@solana/transaction-messages": "2.1.0-canary-20241126223728",
"@solana/transactions": "2.1.0-canary-20241126223728"
},

@@ -70,0 +70,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-api/rc.svg?style=flat
[npm-image]: https://img.shields.io/npm/v/@solana/rpc-api/rc.svg?style=flat
[npm-url]: https://www.npmjs.com/package/@solana/rpc-api/v/rc
[npm-downloads-image]: https://img.shields.io/npm/dm/@solana/rpc-api/next.svg?style=flat
[npm-image]: https://img.shields.io/npm/v/@solana/rpc-api/next.svg?style=flat
[npm-url]: https://www.npmjs.com/package/@solana/rpc-api/v/next
# @solana/rpc-api
This package contains types that describe the [methods](https://solana.com/docs/rpc/http) of the Solana JSON RPC API, and utilities for creating a `RpcApi` implementation with sensible defaults. 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 types that describe the [methods](https://solana.com/docs/rpc/http) of the Solana JSON RPC API, and utilities for creating a `RpcApi` implementation with sensible defaults. 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 @@ Each RPC method is described in terms of a TypeScript type of the following form:

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