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

@triton-one/yellowstone-grpc

Package Overview
Dependencies
Maintainers
0
Versions
17
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@triton-one/yellowstone-grpc - npm Package Compare versions

Comparing version 0.4.0 to 0.5.0

2

dist/index.d.ts

@@ -17,2 +17,4 @@ /**

[key: string]: SubscribeRequestFilterTransactions;
}, transactionsStatus: {
[key: string]: SubscribeRequestFilterTransactions;
}, entry: {

@@ -19,0 +21,0 @@ [key: string]: SubscribeRequestFilterEntry;

3

dist/index.js

@@ -113,3 +113,3 @@ "use strict";

};
Client.prototype.subscribeOnce = function (accounts, slots, transactions, entry, blocks, blocksMeta, commitment, accountsDataSlice) {
Client.prototype.subscribeOnce = function (accounts, slots, transactions, transactionsStatus, entry, blocks, blocksMeta, commitment, accountsDataSlice) {
return __awaiter(this, void 0, void 0, function () {

@@ -127,2 +127,3 @@ var stream;

transactions: transactions,
transactionsStatus: transactionsStatus,
entry: entry,

@@ -129,0 +130,0 @@ blocks: blocks,

{
"name": "@triton-one/yellowstone-grpc",
"version": "0.4.0",
"version": "0.5.0",
"license": "Apache-2.0",

@@ -32,3 +32,3 @@ "author": "Triton One",

"devDependencies": {
"prettier": "2.8.3",
"prettier": "^2.8.3",
"ts-proto": "^1.139.0",

@@ -35,0 +35,0 @@ "typescript": "^4.9.5"

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is too big to display

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