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

@solana/rpc-subscriptions-api

Package Overview
Dependencies
Maintainers
14
Versions
899
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@solana/rpc-subscriptions-api - npm Package Compare versions

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

16

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

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

"dependencies": {
"@solana/addresses": "2.1.0-canary-20241126104400",
"@solana/keys": "2.1.0-canary-20241126104400",
"@solana/rpc-types": "2.1.0-canary-20241126104400",
"@solana/rpc-transformers": "2.1.0-canary-20241126104400",
"@solana/rpc-subscriptions-spec": "2.1.0-canary-20241126104400",
"@solana/transaction-messages": "2.1.0-canary-20241126104400",
"@solana/transactions": "2.1.0-canary-20241126104400"
"@solana/keys": "2.1.0-canary-20241126223728",
"@solana/addresses": "2.1.0-canary-20241126223728",
"@solana/rpc-subscriptions-spec": "2.1.0-canary-20241126223728",
"@solana/rpc-transformers": "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"
},

@@ -66,0 +66,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-subscriptions-api/rc.svg?style=flat
[npm-image]: https://img.shields.io/npm/v/@solana/rpc-subscriptions-api/rc.svg?style=flat
[npm-url]: https://www.npmjs.com/package/@solana/rpc-subscriptions-api/v/rc
[npm-downloads-image]: https://img.shields.io/npm/dm/@solana/rpc-subscriptions-api/next.svg?style=flat
[npm-image]: https://img.shields.io/npm/v/@solana/rpc-subscriptions-api/next.svg?style=flat
[npm-url]: https://www.npmjs.com/package/@solana/rpc-subscriptions-api/v/next
# @solana/rpc-subscriptions-api
This package contains types that describe the [methods](https://solana.com/docs/rpc/websocket) of the Solana JSON RPC Subscriptions API, and utilities for creating a `RpcSubscriptionsApi` 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/websocket) of the Solana JSON RPC Subscriptions API, and utilities for creating a `RpcSubscriptionsApi` 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 subscriptions 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