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

@notifi-network/fusion-types

Package Overview
Dependencies
Maintainers
8
Versions
24
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@notifi-network/fusion-types - npm Package Compare versions

Comparing version 3.0.9 to 3.0.10

5

hosts/solana/index.d.ts

@@ -5,3 +5,3 @@ /// <reference types="node" resolution-mode="require"/>

import Storage from '../../storage/index.js';
import { AccountInfo, DataSlice, GetProgramAccountsResponse, TokenAmount, TransactionResponse } from '@solana/web3.js';
import { AccountInfo, BlockResponse, DataSlice, GetProgramAccountsResponse, TokenAmount, TransactionResponse } from '@solana/web3.js';
import { ProgramAccountsFilter } from '@notifi-network-internal/fusion-protobuf/dist/proto/notifi/common/v1/types.js';

@@ -11,3 +11,4 @@ export declare namespace Solana {

blockchain: CommonProto.BlockchainType;
solanaBlock: TransactionResponse[];
transactions: TransactionResponse[];
block: BlockResponse;
slotId: string;

@@ -14,0 +15,0 @@ }

2

package.json

@@ -8,3 +8,3 @@ {

"type": "module",
"version": "3.0.9",
"version": "3.0.10",
"license": "MIT",

@@ -11,0 +11,0 @@ "author": "jamie-notifi <jamie.michel@notifi.network>",

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