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

@staratlas/data-source

Package Overview
Dependencies
Maintainers
4
Versions
79
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@staratlas/data-source - npm Package Compare versions

Comparing version 0.3.3 to 0.3.4

2

dist/src/listenProgam.d.ts

@@ -32,3 +32,3 @@ /// <reference types="node" />

new (...args: never[]): Accounts[AccountId];
}, listener: ((account: Accounts[AccountId], slot: number, confirmationStatus: TransactionConfirmationStatus | 'recent', isStartup: boolean) => void) | null): void;
}, listener: ((account: Accounts[AccountId], slot: number, confirmationStatus: TransactionConfirmationStatus | 'recent', isStartup: boolean, accountInfo: AccountInfo<Buffer>) => void) | null): void;
}

@@ -35,0 +35,0 @@ export interface ListenProgramStatic<Self, Accounts extends Record<string, Account>, IDL extends Idl> {

@@ -54,5 +54,5 @@ "use strict";

this.listeners[accountId] = listener
? (account, slot, confirmationStatus, isStartup) => {
? (account, slot, confirmationStatus, isStartup, accountInfo) => {
if (account instanceof accountType) {
listener(account, slot, confirmationStatus, isStartup);
listener(account, slot, confirmationStatus, isStartup, accountInfo);
}

@@ -59,0 +59,0 @@ else {

{
"name": "@staratlas/data-source",
"version": "0.3.3",
"version": "0.3.4",
"description": "> TODO: description",

@@ -35,3 +35,3 @@ "author": "Brett Etter <brett.etter@staratlas.com>",

},
"gitHead": "fc194c9c81177ec1f2291397d5d836584a568d8e"
"gitHead": "5925118d9203d51c0ebc4cb3aa603866f9159ac2"
}

Sorry, the diff of this file is not supported yet

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