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.0.0-canary-20241022171929 to 2.0.0-canary-20241023085850

6

dist/types/rpc-subscriptions-request.d.ts

@@ -1,7 +0,1 @@

export type RpcSubscriptionsRequest<TResponse> = {
params: unknown[];
responseTransformer?: (response: unknown, notificationName: string) => TResponse;
subscribeMethodName: string;
unsubscribeMethodName: string;
};
export type PendingRpcSubscriptionsRequest<TNotification> = {

@@ -8,0 +2,0 @@ subscribe(options: RpcSubscribeOptions): Promise<AsyncIterable<TNotification>>;

10

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

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

"dependencies": {
"@solana/errors": "2.0.0-canary-20241022171929",
"@solana/promises": "2.0.0-canary-20241022171929",
"@solana/rpc-spec-types": "2.0.0-canary-20241022171929",
"@solana/subscribable": "2.0.0-canary-20241022171929"
"@solana/errors": "2.0.0-canary-20241023085850",
"@solana/promises": "2.0.0-canary-20241023085850",
"@solana/subscribable": "2.0.0-canary-20241023085850",
"@solana/rpc-spec-types": "2.0.0-canary-20241023085850"
},

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

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