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

@solana/rpc-subscriptions-spec

Package Overview
Dependencies
Maintainers
14
Versions
943
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

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

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

10

package.json
{
"name": "@solana/rpc-subscriptions-spec",
"version": "2.1.0-canary-20241126104400",
"version": "2.1.0-canary-20241126223728",
"description": "A generic implementation of JSON RPC Subscriptions using proxies",

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

"dependencies": {
"@solana/errors": "2.1.0-canary-20241126104400",
"@solana/rpc-spec-types": "2.1.0-canary-20241126104400",
"@solana/promises": "2.1.0-canary-20241126104400",
"@solana/subscribable": "2.1.0-canary-20241126104400"
"@solana/errors": "2.1.0-canary-20241126223728",
"@solana/subscribable": "2.1.0-canary-20241126223728",
"@solana/rpc-spec-types": "2.1.0-canary-20241126223728",
"@solana/promises": "2.1.0-canary-20241126223728"
},

@@ -63,0 +63,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-spec/rc.svg?style=flat
[npm-image]: https://img.shields.io/npm/v/@solana/rpc-subscriptions-spec/rc.svg?style=flat
[npm-url]: https://www.npmjs.com/package/@solana/rpc-subscriptions-spec/v/rc
[npm-downloads-image]: https://img.shields.io/npm/dm/@solana/rpc-subscriptions-spec/next.svg?style=flat
[npm-image]: https://img.shields.io/npm/v/@solana/rpc-subscriptions-spec/next.svg?style=flat
[npm-url]: https://www.npmjs.com/package/@solana/rpc-subscriptions-spec/v/next
# @solana/rpc-subscriptions-spec
This package contains types that describe the implementation of the JSON RPC Subscriptions API, as well as methods to create one. 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 implementation of the JSON RPC Subscriptions API, as well as methods to create one. 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 @@ This API is designed to be used as follows:

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